Skip to content

Commit

Permalink
Disable splash screen image by default (#9060)
Browse files Browse the repository at this point in the history
  • Loading branch information
thornbill committed Jan 10, 2023
1 parent 2a6e292 commit 31673cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MediaBrowser.Model/Branding/BrandingOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class BrandingOptions
/// <summary>
/// Gets or sets a value indicating whether to enable the splashscreen.
/// </summary>
public bool SplashscreenEnabled { get; set; } = true;
public bool SplashscreenEnabled { get; set; } = false;

/// <summary>
/// Gets or sets the splashscreen location on disk.
Expand Down

0 comments on commit 31673cc

Please sign in to comment.