We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bba976 commit 6bd6d15Copy full SHA for 6bd6d15
1 file changed
src/Codebreaker.Uno/CodebreakerUno/Views/Pages/ShellPage.xaml.cs
@@ -13,7 +13,9 @@ public ShellPage(ShellViewModel viewModel)
13
ViewModel.NavigationService.Frame = NavigationFrame;
14
ViewModel.NavigationViewService.Initialize(NavigationViewControl);
15
16
+#if WINDOWS10_0_17763_0_OR_GREATER
17
App.Current.MainWindow!.ExtendsContentIntoTitleBar = true;
18
+#endif
19
AppTitleBarText.Text = "AppDisplayName".GetLocalized();
20
}
21
0 commit comments