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: [
{
name: "Sleep",
command: ["systemctl", "suspend"]
},
{
name: "Shutdown",
command: ["systemctl", "poweroff"]