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