From 192e2efca1c65a5d0b6c9fa26ab8e8635e48e4c0 Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Thu, 24 Apr 2025 21:40:31 +0800 Subject: [PATCH] Remove property change --- Flow.Launcher.Infrastructure/UserSettings/Settings.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Flow.Launcher.Infrastructure/UserSettings/Settings.cs b/Flow.Launcher.Infrastructure/UserSettings/Settings.cs index c7a973b2f..e623ba400 100644 --- a/Flow.Launcher.Infrastructure/UserSettings/Settings.cs +++ b/Flow.Launcher.Infrastructure/UserSettings/Settings.cs @@ -113,7 +113,6 @@ 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); // TODO: Context Menu Font