feat: add default Theme to SplashWindow.
This commit is contained in:
@@ -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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user