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 82d97fd commit 686d106Copy full SHA for 686d106
Flow.Launcher.Infrastructure/UserSettings/Settings.cs
@@ -116,6 +116,7 @@ public string SettingWindowFont
116
OnPropertyChanged();
117
Application.Current.Resources["SettingWindowFont"] = new FontFamily(value);
118
Application.Current.Resources["ContentControlThemeFontFamily"] = new FontFamily(value);
119
+ // TODO: Context Menu Font
120
}
121
122
0 commit comments