We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd7db0a commit 559e7fdCopy full SHA for 559e7fd
code/TemplateStudioForWinUICs/Templates/Proj/Default/Param_ProjectName/MainWindow.xaml.cs
@@ -22,7 +22,7 @@ public MainWindow()
22
settings.ColorValuesChanged += Settings_ColorValuesChanged; // cannot use FrameworkElement.ActualThemeChanged event
23
}
24
25
- // this handles updating the caption button colors correctly when indows system theme is changed
+ // this handles updating the caption button colors correctly when windows system theme is changed
26
// while the app is open
27
private void Settings_ColorValuesChanged(UISettings sender, object args)
28
{
0 commit comments