Skip to content

Commit cdbe45d

Browse files
committed
Cleanup codes
1 parent 83e5654 commit cdbe45d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Flow.Launcher/SettingPages/ViewModels/SettingsPaneAboutViewModel.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,6 @@ public string SettingWindowFont
285285
[RelayCommand]
286286
private void ResetSettingWindowFont()
287287
{
288-
string defaultFont = Win32Helper.GetSystemDefaultFont(false);
289-
SettingWindowFont = defaultFont;
288+
SettingWindowFont = Win32Helper.GetSystemDefaultFont(false);
290289
}
291290
}

0 commit comments

Comments
 (0)