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 7945292 commit 5665758Copy full SHA for 5665758
Flow.Launcher.Infrastructure/UserSettings/Settings.cs
@@ -113,6 +113,7 @@ public string SettingWindowFont
113
if (_settingWindowFont != value)
114
{
115
_settingWindowFont = value;
116
+ OnPropertyChanged();
117
Application.Current.Resources["SettingWindowFont"] = new FontFamily(value);
118
Application.Current.Resources["ContentControlThemeFontFamily"] = new FontFamily(value);
119
}
0 commit comments