diff --git a/Flow.Launcher/SettingPages/ViewModels/SettingsPaneAboutViewModel.cs b/Flow.Launcher/SettingPages/ViewModels/SettingsPaneAboutViewModel.cs index ee0865f9d..55d6b0a1c 100644 --- a/Flow.Launcher/SettingPages/ViewModels/SettingsPaneAboutViewModel.cs +++ b/Flow.Launcher/SettingPages/ViewModels/SettingsPaneAboutViewModel.cs @@ -286,6 +286,6 @@ public partial class SettingsPaneAboutViewModel : BaseModel private void ResetSettingWindowFont() { string defaultFont = Win32Helper.GetSystemDefaultFont(false); - _settings.SettingWindowFont = defaultFont; + SettingWindowFont = defaultFont; } }