IDE: fixed --no-splash-screen, #40375

This commit is contained in:
mattias 2023-07-12 22:37:29 +02:00
parent f2ac3f9a11
commit 8346aa2ad8

View File

@ -166,7 +166,7 @@ begin
for i:= 1 to ParamsAndCfgCount do
begin
//DebugLn(['ParseGuiCmdLineParams ',i,' "',ParamsAndCfgStr(i),'"']);
if ParamIsOption(i, NoSplashScreenOptShort, NoSplashScreenOptShort) then
if ParamIsOption(i, NoSplashScreenOptShort, NoSplashScreenOptLong) then
ShowSplashScreen := false
else if ParamIsOption(i, ShowSetupDialogOptLong) then
Setup:=true