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]
private void ResetSettingWindowFont()
{
string defaultFont = Win32Helper.GetSystemDefaultFont(false);
SettingWindowFont = defaultFont;
SettingWindowFont = Win32Helper.GetSystemDefaultFont(false);
}
}