mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 05:56:16 +02:00
IDE: fixed --no-splash-screen, #40375
This commit is contained in:
parent
f2ac3f9a11
commit
8346aa2ad8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user