Skip to content

Commit

Permalink
Do not save the loaded chart as the default
Browse files Browse the repository at this point in the history
  • Loading branch information
pchev committed Oct 26, 2021
1 parent 3328b71 commit a0983bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skychart/pu_main.pas
Expand Up @@ -2941,7 +2941,7 @@ procedure Tf_main.FormClose(Sender: TObject; var Action: TCloseAction);
else
begin
try
if SaveConfigOnExit.Checked and Application.ShowMainForm then
if SaveConfigOnExit.Checked and Application.ShowMainForm and (FirstChart='') then
begin
if ConfirmSaveConfig then
begin
Expand Down

0 comments on commit a0983bc

Please sign in to comment.