mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-05 13:57:36 +00:00
Hotfix: volume widget broke Noctalia
This commit is contained in:
@@ -96,7 +96,7 @@ Item {
|
||||
PanelService.getPanel("audioPanel")?.toggle(this)
|
||||
}
|
||||
onMiddleClicked: {
|
||||
Quickshell.execDetached(["sh" "-c" "pwvucontrol || pavucontrol"])
|
||||
Quickshell.execDetached(["sh", "-c", "pwvucontrol || pavucontrol"])
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user