1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-05 21:15:38 -05:00

Fix hibernate manual option

This commit is contained in:
bbedward
2025-09-25 16:11:18 -04:00
parent 184938d10a
commit 778b960130

View File

@@ -129,6 +129,9 @@ ShellRoot {
case "suspend":
SessionService.suspend()
break
case "hibernate":
SessionService.hibernate()
break
case "reboot":
SessionService.reboot()
break
@@ -341,6 +344,9 @@ ShellRoot {
case "suspend":
SessionService.suspend()
break
case "hibernate":
SessionService.hibernate()
break
case "reboot":
SessionService.reboot()
break