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]
|
[RelayCommand]
|
||||||
private void ResetSettingWindowFont()
|
private void ResetSettingWindowFont()
|
||||||
{
|
{
|
||||||
string defaultFont = Win32Helper.GetSystemDefaultFont(false);
|
SettingWindowFont = Win32Helper.GetSystemDefaultFont(false);
|
||||||
SettingWindowFont = defaultFont;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue