mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Backport pull request #9060 from jellyfin/release-10.8.z
Disable splash screen image by default Original-merge: 31673cc27d0bfcb3543d32c5a1e7d89a86ccb186 Merged-by: Bill Thornton <thornbill@users.noreply.github.com> Backported-by: Joshua M. Boniface <joshua@boniface.me>
This commit is contained in:
parent
28b98cacc8
commit
2b1a7ddd32
@ -22,7 +22,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