Hi,
I was wondering how you can disable the splash screen? Its not in the .ini and I can't seem to find any reference on how to do so.
Thanks,
Brent
New: DiskMon (Feb 02, 2023), Platform 24.0 (Jan 30, 2023)
450+ real apps (49GB), 1 billion downloads, Please donate.
Hi,
I was wondering how you can disable the splash screen? Its not in the .ini and I can't seem to find any reference on how to do so.
Thanks,
Brent
DisableSplashScreen=true
Then move the INI into the same directory as the launcher.
----
R McCue
I understand how to edit the .ini and where to move it. The line "DisableSplashScreen=" is not in the .ini
Then add it. It's not that hard.
Just add it. The INI is just an example of format.
I tired that before I posted. Dosent work.
The example INI is missing another line causing it to assume the INI file is invalid. Try this:
[PortableFileZilla] FileZillaDirectory=filezilla SettingsDirectory=settings AdditionalParameters= WaitForFileZilla=false FileZillaExecutable=filezilla.exe DisableSplashScreen=true
Worked. Thanks John.