Skip to content

Commit

Permalink
Merge branch 'main' of github.com:CodebreakerApp/Codebreaker.Xaml int…
Browse files Browse the repository at this point in the history
…o 57-viewmodels
  • Loading branch information
szv committed Mar 20, 2024
2 parents 34d486f + 2244380 commit 08f1b31
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ public ShellPage(ShellViewModel viewModel)

#if WINDOWS10_0_17763_0_OR_GREATER
App.Current.MainWindow!.ExtendsContentIntoTitleBar = true;
App.Current.MainWindow.SetTitleBar(AppTitleBar);
#endif
AppTitleBarText.Text = "AppDisplayName".GetLocalized();
}
Expand Down

0 comments on commit 08f1b31

Please sign in to comment.