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 686d106 commit 192e2efCopy full SHA for 192e2ef
Flow.Launcher.Infrastructure/UserSettings/Settings.cs
@@ -113,7 +113,6 @@ 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
// TODO: Context Menu Font
0 commit comments