mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Cleanup codes
This commit is contained in:
parent
83e5654a5c
commit
cdbe45d4dc
1 changed files with 1 additions and 2 deletions
|
|
@ -285,7 +285,6 @@ public partial class SettingsPaneAboutViewModel : BaseModel
|
|||
[RelayCommand]
|
||||
private void ResetSettingWindowFont()
|
||||
{
|
||||
string defaultFont = Win32Helper.GetSystemDefaultFont(false);
|
||||
SettingWindowFont = defaultFont;
|
||||
SettingWindowFont = Win32Helper.GetSystemDefaultFont(false);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue