FIX: Load old colors from doublecmd.xml

This commit is contained in:
Alexander Koblov 2023-05-08 16:44:54 +03:00
commit 624c646142

View file

@ -2375,6 +2375,7 @@ begin
LoadConfigCheckErrors(@LoadHotManConfig, gpCfgDir + gNameSCFile, ErrorMessage);
{ Colors }
gColors.LoadFromXml(gConfig);
if mbFileExists(gpCfgDir + COLORS_JSON) then
LoadConfigCheckErrors(@LoadColorsConfig, gpCfgDir + COLORS_JSON, ErrorMessage);