Update ContentControlThemeFontFamily when setting changes

This commit is contained in:
Jack251970 2025-04-24 19:29:42 +08:00
parent 2d1e9ecd3b
commit 82f23e5e64

View file

@ -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);
}
}
}