This commit is contained in:
Jack251970 2025-04-24 20:52:24 +08:00
parent 82d97fd05a
commit 686d106a0c

View file

@ -116,6 +116,7 @@ namespace Flow.Launcher.Infrastructure.UserSettings
OnPropertyChanged();
Application.Current.Resources["SettingWindowFont"] = new FontFamily(value);
Application.Current.Resources["ContentControlThemeFontFamily"] = new FontFamily(value);
// TODO: Context Menu Font
}
}
}