Merge pull request #738 from bokicoder/patch-1

SessionMenu: add hibernate option
This commit is contained in:
Lysec
2025-11-13 15:23:29 +01:00
committed by GitHub
17 changed files with 86 additions and 2 deletions
+5 -1
View File
@@ -219,6 +219,10 @@
"action": "suspend",
"enabled": true
},
{
"action": "hibernate",
"enabled": true
},
{
"action": "reboot",
"enabled": true
@@ -318,4 +322,4 @@
"battery": {
"chargingMode": 0
}
}
}