mirror of https://gitlab.com/basile.b/dexed.git
fix cannot quit Coedit on a new/clean install since docking options are saved
This commit is contained in:
parent
d26c81e46c
commit
d7754a7331
|
@ -590,6 +590,7 @@ begin
|
||||||
end;
|
end;
|
||||||
if not Visible then exit;
|
if not Visible then exit;
|
||||||
//
|
//
|
||||||
|
forceDirectory(getDocPath);
|
||||||
xcfg := TXMLConfigStorage.Create(getDocPath + 'docking.xml',false);
|
xcfg := TXMLConfigStorage.Create(getDocPath + 'docking.xml',false);
|
||||||
try
|
try
|
||||||
DockMaster.SaveLayoutToConfig(xcfg);
|
DockMaster.SaveLayoutToConfig(xcfg);
|
||||||
|
|
Loading…
Reference in New Issue