mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix Keeping shadow when change page issue
This commit is contained in:
parent
2cd769b1e9
commit
c7a2deeecd
1 changed files with 1 additions and 1 deletions
|
|
@ -472,7 +472,7 @@ public partial class SettingsPaneThemeViewModel : BaseModel
|
|||
Constant.System => null,
|
||||
_ => ThemeManagerForColorSchemeSwitch.Current.ApplicationTheme
|
||||
};
|
||||
ThemeManager.Instance.SetBlurForWindow();
|
||||
ThemeManager.Instance.RefreshFrame();
|
||||
}
|
||||
|
||||
public SettingsPaneThemeViewModel(Settings settings)
|
||||
|
|
|
|||
Loading…
Reference in a new issue