Fix splashscreen (#7895)

This commit is contained in:
Cody Robibero
2022-06-14 08:18:35 -06:00
committed by GitHub
parent 2888080098
commit d73e9f3af5
2 changed files with 41 additions and 1 deletions

View File

@@ -20,6 +20,11 @@ public class BrandingOptions
/// <value>The custom CSS.</value>
public string? CustomCss { get; set; }
/// <summary>
/// Gets or sets a value indicating whether to enable the splashscreen.
/// </summary>
public bool SplashscreenEnabled { get; set; } = true;
/// <summary>
/// Gets or sets the splashscreen location on disk.
/// </summary>