Create context menu item "Empty recent filters" on database and table filter above tree view. See https://www.heidisql.com/forum.php?t=39447

This commit is contained in:
Ansgar Becker
2022-07-05 07:27:28 +02:00
parent c992656aab
commit ce8a401cac
3 changed files with 24 additions and 5 deletions

View File

@ -3953,6 +3953,7 @@ begin
if FormatName <> '' then
ValueName := Format(ValueName, [FormatName]);
Result := FRegistry.DeleteValue(ValueName);
FSettings[Index].Synced := False;
end;