diff --git a/Flow.Launcher.Infrastructure/UserSettings/Settings.cs b/Flow.Launcher.Infrastructure/UserSettings/Settings.cs index 1cccc38d9..c7a973b2f 100644 --- a/Flow.Launcher.Infrastructure/UserSettings/Settings.cs +++ b/Flow.Launcher.Infrastructure/UserSettings/Settings.cs @@ -116,6 +116,7 @@ namespace Flow.Launcher.Infrastructure.UserSettings OnPropertyChanged(); Application.Current.Resources["SettingWindowFont"] = new FontFamily(value); Application.Current.Resources["ContentControlThemeFontFamily"] = new FontFamily(value); + // TODO: Context Menu Font } } }