mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: FPC 3.0.4 compatibility
This commit is contained in:
parent
239299b0ce
commit
d703cf254a
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ begin
|
|||
ForceDirectories(ExtractFileDir(AConfig));
|
||||
with TStringList.Create do
|
||||
try
|
||||
AddPair('SplashForm', BoolToStr(gSplashForm));
|
||||
Add('SplashForm' + NameValueSeparator + BoolToStr(gSplashForm));
|
||||
{$IFDEF DARKWIN}
|
||||
AddPair('DarkMode', IntToStr(gAppMode));
|
||||
{$ENDIF}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue