Skip to content

Commit 3f5e69b

Browse files
Jack251970Copilot
andauthored
Fix possible property change issue
Co-authored-by: Copilot <[email protected]>
1 parent a15b789 commit 3f5e69b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/SettingPages/ViewModels/SettingsPaneAboutViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,6 @@ public string SettingWindowFont
286286
private void ResetSettingWindowFont()
287287
{
288288
string defaultFont = Win32Helper.GetSystemDefaultFont(false);
289-
_settings.SettingWindowFont = defaultFont;
289+
SettingWindowFont = defaultFont;
290290
}
291291
}

0 commit comments

Comments
 (0)