2
0
Эх сурвалжийг харах

Disable splash screen image by default (#9060)

Bill Thornton 2 жил өмнө
parent
commit
31673cc27d

+ 1 - 1
MediaBrowser.Model/Branding/BrandingOptions.cs

@@ -23,7 +23,7 @@ public class BrandingOptions
     /// <summary>
     /// <summary>
     /// Gets or sets a value indicating whether to enable the splashscreen.
     /// Gets or sets a value indicating whether to enable the splashscreen.
     /// </summary>
     /// </summary>
-    public bool SplashscreenEnabled { get; set; } = true;
+    public bool SplashscreenEnabled { get; set; } = false;
 
 
     /// <summary>
     /// <summary>
     /// Gets or sets the splashscreen location on disk.
     /// Gets or sets the splashscreen location on disk.