This commit is contained in:
2026-03-20 22:45:34 +02:00
parent d536d75591
commit 64797aedd4

View File

@@ -288,6 +288,10 @@ Item {
] ]
property var powerActions: [ property var powerActions: [
{
name: "Sleep",
command: ["systemctl", "suspend"]
},
{ {
name: "Shutdown", name: "Shutdown",
command: ["systemctl", "poweroff"] command: ["systemctl", "poweroff"]