diff --git a/shell/plugins/panels/bluetooth/Panel.qml b/shell/plugins/panels/bluetooth/Panel.qml index d6b4cf5d..c769b519 100644 --- a/shell/plugins/panels/bluetooth/Panel.qml +++ b/shell/plugins/panels/bluetooth/Panel.qml @@ -502,7 +502,6 @@ Panel { text: root.icon onPressed: function(b) { if (b === Qt.RightButton) root.toggleBluetooth() - else if (b === Qt.MiddleButton) root.bar.run("omarchy-launch-bluetooth") else root.toggle() } }