Hotfix: volume widget broke Noctalia

This commit is contained in:
ItsLemmy
2025-10-27 08:41:44 -04:00
parent 4a9a0d984b
commit 5cac1d4a3f
+1 -1
View File
@@ -96,7 +96,7 @@ Item {
PanelService.getPanel("audioPanel")?.toggle(this)
}
onMiddleClicked: {
Quickshell.execDetached(["sh" "-c" "pwvucontrol || pavucontrol"])
Quickshell.execDetached(["sh", "-c", "pwvucontrol || pavucontrol"])
}
}
}