Update CompositorService.qml

This commit is contained in:
Gualidan
2026-02-14 17:57:47 +01:00
committed by GitHub
parent 43b3aca29e
commit 3a81509764
+1 -1
View File
@@ -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"]);
});
}