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 a15b789 commit 3f5e69bCopy full SHA for 3f5e69b
Flow.Launcher/SettingPages/ViewModels/SettingsPaneAboutViewModel.cs
@@ -286,6 +286,6 @@ public string SettingWindowFont
286
private void ResetSettingWindowFont()
287
{
288
string defaultFont = Win32Helper.GetSystemDefaultFont(false);
289
- _settings.SettingWindowFont = defaultFont;
+ SettingWindowFont = defaultFont;
290
}
291
0 commit comments