We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 34d486f + 2244380 commit 08f1b31Copy full SHA for 08f1b31
1 file changed
src/Codebreaker.Uno/CodebreakerUno/Views/Pages/ShellPage.xaml.cs
@@ -15,6 +15,7 @@ public ShellPage(ShellViewModel viewModel)
15
16
#if WINDOWS10_0_17763_0_OR_GREATER
17
App.Current.MainWindow!.ExtendsContentIntoTitleBar = true;
18
+ App.Current.MainWindow.SetTitleBar(AppTitleBar);
19
#endif
20
AppTitleBarText.Text = "AppDisplayName".GetLocalized();
21
}
0 commit comments