Fix splashscreen (#7895)

This commit is contained in:
Cody Robibero
2022-06-14 08:18:35 -06:00
committed by crobibero
parent 06b2e7bcf5
commit bee13d5644
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>