mirror of
https://github.com/Open-Shell/Open-Shell-Menu.git
synced 2026-06-14 03:16:38 +10:00
db0e768f81
Standard API for sleep (`SetSuspendState`) seems to do nothing on systems with connected standby. Windows start menu calls `NtPowerInformation(ScreenOff)` on such systems instead. This is implemented in `shutdownux!ShutdownViewModel::_InitiatePowerTransition` function. Fixes #719