mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix possible property change issue
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
a15b789eb0
commit
3f5e69be7f
1 changed files with 1 additions and 1 deletions
|
|
@ -286,6 +286,6 @@ public partial class SettingsPaneAboutViewModel : BaseModel
|
|||
private void ResetSettingWindowFont()
|
||||
{
|
||||
string defaultFont = Win32Helper.GetSystemDefaultFont(false);
|
||||
_settings.SettingWindowFont = defaultFont;
|
||||
SettingWindowFont = defaultFont;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue