Cleanup codes

This commit is contained in:
Jack251970 2025-04-23 11:48:11 +08:00
parent 83e5654a5c
commit cdbe45d4dc

View file

@ -285,7 +285,6 @@ public partial class SettingsPaneAboutViewModel : BaseModel
[RelayCommand] [RelayCommand]
private void ResetSettingWindowFont() private void ResetSettingWindowFont()
{ {
string defaultFont = Win32Helper.GetSystemDefaultFont(false); SettingWindowFont = Win32Helper.GetSystemDefaultFont(false);
SettingWindowFont = defaultFont;
} }
} }