feat: add default Theme to SplashWindow.

This commit is contained in:
Zhang Dian
2025-02-24 15:44:37 +08:00
parent 92011c79ca
commit b20137e8aa
4 changed files with 32 additions and 13 deletions

View File

@@ -8,6 +8,8 @@ namespace Ursa.Controls;
public abstract class SplashWindow: Window
{
protected override Type StyleKeyOverride => typeof(SplashWindow);
public static readonly StyledProperty<TimeSpan?> CountDownProperty = AvaloniaProperty.Register<SplashWindow, TimeSpan?>(
nameof(CountDown));