mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Update ContentControlThemeFontFamily when setting changes
This commit is contained in:
parent
2d1e9ecd3b
commit
82f23e5e64
1 changed files with 1 additions and 0 deletions
|
|
@ -115,6 +115,7 @@ namespace Flow.Launcher.Infrastructure.UserSettings
|
|||
_settingWindowFont = value;
|
||||
OnPropertyChanged();
|
||||
Application.Current.Resources["SettingWindowFont"] = new FontFamily(value);
|
||||
Application.Current.Resources["ContentControlThemeFontFamily"] = new FontFamily(value);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue