mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Add property change back
This commit is contained in:
parent
7945292128
commit
5665758ee6
1 changed files with 1 additions and 0 deletions
|
|
@ -113,6 +113,7 @@ namespace Flow.Launcher.Infrastructure.UserSettings
|
|||
if (_settingWindowFont != value)
|
||||
{
|
||||
_settingWindowFont = value;
|
||||
OnPropertyChanged();
|
||||
Application.Current.Resources["SettingWindowFont"] = new FontFamily(value);
|
||||
Application.Current.Resources["ContentControlThemeFontFamily"] = new FontFamily(value);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue