Skip to content

Commit 08f1b31

Browse files
committed
Merge branch 'main' of github.com:CodebreakerApp/Codebreaker.Xaml into 57-viewmodels
2 parents 34d486f + 2244380 commit 08f1b31

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Codebreaker.Uno/CodebreakerUno/Views/Pages/ShellPage.xaml.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ public ShellPage(ShellViewModel viewModel)
1515

1616
#if WINDOWS10_0_17763_0_OR_GREATER
1717
App.Current.MainWindow!.ExtendsContentIntoTitleBar = true;
18+
App.Current.MainWindow.SetTitleBar(AppTitleBar);
1819
#endif
1920
AppTitleBarText.Text = "AppDisplayName".GetLocalized();
2021
}

0 commit comments

Comments
 (0)