mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
Update CompositorService.qml
This commit is contained in:
@@ -493,7 +493,7 @@ Singleton {
|
||||
if (executeSessionAction("rebootToUefi"))
|
||||
return;
|
||||
|
||||
HooksService.executeSessionHook("reboot_to_uefi", () => {
|
||||
HooksService.executeSessionHook("rebootToUefi", () => {
|
||||
Quickshell.execDetached(["sh", "-c", "systemctl reboot --firmware-setup"]);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user