Skip to content

Commit 5665758

Browse files
committed
Add property change back
1 parent 7945292 commit 5665758

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Flow.Launcher.Infrastructure/UserSettings/Settings.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ public string SettingWindowFont
113113
if (_settingWindowFont != value)
114114
{
115115
_settingWindowFont = value;
116+
OnPropertyChanged();
116117
Application.Current.Resources["SettingWindowFont"] = new FontFamily(value);
117118
Application.Current.Resources["ContentControlThemeFontFamily"] = new FontFamily(value);
118119
}

0 commit comments

Comments
 (0)