Fix Keeping shadow when change page issue

This commit is contained in:
DB p 2025-03-14 13:58:11 +09:00
parent 2cd769b1e9
commit c7a2deeecd

View file

@ -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)