Fix startup/shutdown issues

This commit is contained in:
2024-07-10 10:25:27 +07:00
parent 48e2e7d405
commit 69c14309af
5 changed files with 45 additions and 28 deletions

View File

@@ -79,7 +79,7 @@ const Header = () =>
name: "shutdown",
icon: "system-shutdown-symbolic",
title: "Shutdown?",
command: "shutdown --now",
command: "shutdown now",
}),
],
});