Add icons

This commit is contained in:
TheXamlGuy
2024-06-20 20:41:12 +01:00
parent 055a6d619b
commit be923a00c9
10 changed files with 487 additions and 0 deletions
+2
View File
@@ -9,5 +9,7 @@ public partial class MainWindow : AppWindow
InitializeComponent();
TitleBar.ExtendsContentIntoTitleBar = true;
TitleBar.TitleBarHitTestType = TitleBarHitTestType.Complex;
SplashScreen = new ApplicationSplashScreen();
}
}