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 83e5654 commit cdbe45dCopy full SHA for cdbe45d
Flow.Launcher/SettingPages/ViewModels/SettingsPaneAboutViewModel.cs
@@ -285,7 +285,6 @@ public string SettingWindowFont
285
[RelayCommand]
286
private void ResetSettingWindowFont()
287
{
288
- string defaultFont = Win32Helper.GetSystemDefaultFont(false);
289
- SettingWindowFont = defaultFont;
+ SettingWindowFont = Win32Helper.GetSystemDefaultFont(false);
290
}
291
0 commit comments