mirror of
https://github.com/zoriya/flake.git
synced 2025-12-06 06:36:19 +00:00
Fix startup/shutdown issues
This commit is contained in:
@@ -79,7 +79,7 @@ const Header = () =>
|
||||
name: "shutdown",
|
||||
icon: "system-shutdown-symbolic",
|
||||
title: "Shutdown?",
|
||||
command: "shutdown --now",
|
||||
command: "shutdown now",
|
||||
}),
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user