mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-08 10:44:23 -04:00
Disable splash screen image by default (#9060)
This commit is contained in:
parent
2a6e292153
commit
31673cc27d
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user