File: disable-splash.patch

package info (click to toggle)
doublecmd 1.0.10-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 44,380 kB
  • sloc: pascal: 368,788; ansic: 6,001; sh: 769; makefile: 196; python: 52; xml: 8
file content (15 lines) | stat: -rw-r--r-- 443 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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