mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Error with saving configuration on exit from pestasoft
This commit is contained in:
parent
a1e785a107
commit
f29fe637ed
1 changed files with 1 additions and 1 deletions
|
|
@ -946,7 +946,7 @@ end;
|
|||
|
||||
procedure TfrmMain.actExitExecute(Sender: TObject);
|
||||
begin
|
||||
Application.Terminate;
|
||||
Close; // application.Terminate not save settings.
|
||||
end;
|
||||
|
||||
procedure TfrmMain.actNewTabExecute(Sender: TObject);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue