Skip to content

Commit 192e2ef

Browse files
committed
Remove property change
1 parent 686d106 commit 192e2ef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Flow.Launcher.Infrastructure/UserSettings/Settings.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ public string SettingWindowFont
113113
if (_settingWindowFont != value)
114114
{
115115
_settingWindowFont = value;
116-
OnPropertyChanged();
117116
Application.Current.Resources["SettingWindowFont"] = new FontFamily(value);
118117
Application.Current.Resources["ContentControlThemeFontFamily"] = new FontFamily(value);
119118
// TODO: Context Menu Font

0 commit comments

Comments
 (0)