File: disable-splash.patch

package info (click to toggle)
doublecmd 1.1.22-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 43,328 kB
  • sloc: pascal: 360,172; ansic: 4,347; sh: 1,180; makefile: 132; python: 52; xml: 16
file content (16 lines) | stat: -rw-r--r-- 464 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Do not display splash screen at startup
Author: Graham Inggs <ginggs@debian.org>
Forwarded: not-needed
Last-Update: 2023-08-09

--- a/src/doublecmd.lpr
+++ b/src/doublecmd.lpr
@@ -196,6 +196,8 @@
 
   ProcessCommandLineParams; // before load paths
 
+  CommandLineParams.NoSplash:= True;
+
   if (gSplashForm) and (not CommandLineParams.NoSplash) then
   begin
     // Let's show the starting slash screen to confirm user application has been started