Skip to content

Commit 82f23e5

Browse files
committed
Update ContentControlThemeFontFamily when setting changes
1 parent 2d1e9ec commit 82f23e5

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
@@ -115,6 +115,7 @@ public string SettingWindowFont
115115
_settingWindowFont = value;
116116
OnPropertyChanged();
117117
Application.Current.Resources["SettingWindowFont"] = new FontFamily(value);
118+
Application.Current.Resources["ContentControlThemeFontFamily"] = new FontFamily(value);
118119
}
119120
}
120121
}

0 commit comments

Comments
 (0)