We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 305796d commit 2a5ea31Copy full SHA for 2a5ea31
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