We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cd769b commit c7a2deeCopy full SHA for c7a2dee
Flow.Launcher/SettingPages/ViewModels/SettingsPaneThemeViewModel.cs
@@ -472,7 +472,7 @@ public void UpdateColorScheme()
472
Constant.System => null,
473
_ => ThemeManagerForColorSchemeSwitch.Current.ApplicationTheme
474
};
475
- ThemeManager.Instance.SetBlurForWindow();
+ ThemeManager.Instance.RefreshFrame();
476
}
477
478
public SettingsPaneThemeViewModel(Settings settings)
0 commit comments