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