Description: Do not display splash screen at startup
Author: Graham Inggs <ginggs@debian.org>
Forwarded: not-needed
Last-Update: 2016-12-28
--- a/src/doublecmd.lpr
+++ b/src/doublecmd.lpr
@@ -181,6 +181,8 @@
 
   ProcessCommandLineParams; // before load paths
 
+  CommandLineParams.NoSplash:= True;
+
   if not CommandLineParams.NoSplash then
   begin
     // Let's show the starting slash screen to confirm user application has been started
