mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Remove property change
This commit is contained in:
parent
686d106a0c
commit
192e2efca1
1 changed files with 0 additions and 1 deletions
|
|
@ -113,7 +113,6 @@ namespace Flow.Launcher.Infrastructure.UserSettings
|
||||||
if (_settingWindowFont != value)
|
if (_settingWindowFont != value)
|
||||||
{
|
{
|
||||||
_settingWindowFont = value;
|
_settingWindowFont = value;
|
||||||
OnPropertyChanged();
|
|
||||||
Application.Current.Resources["SettingWindowFont"] = new FontFamily(value);
|
Application.Current.Resources["SettingWindowFont"] = new FontFamily(value);
|
||||||
Application.Current.Resources["ContentControlThemeFontFamily"] = new FontFamily(value);
|
Application.Current.Resources["ContentControlThemeFontFamily"] = new FontFamily(value);
|
||||||
// TODO: Context Menu Font
|
// TODO: Context Menu Font
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue