[Settings]Flyout disables awake even if Settings page is opened (#28198)

This commit is contained in:
Jaime Bernardo
2023-08-29 12:23:23 +01:00
committed by GitHub
parent e2a3b7dd22
commit ebc181bced

View File

@@ -182,6 +182,7 @@ namespace Microsoft.PowerToys.Settings.UI.Views
public void RefreshEnabledState() public void RefreshEnabledState()
{ {
UpdateEnabledState(_generalSettingsRepository.SettingsConfig.Enabled.Awake);
ViewModel.RefreshEnabledState(); ViewModel.RefreshEnabledState();
} }
} }