From 49efe2dafaf22b995cf4f877853197e0187f8b25 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 24 Jul 2026 12:30:28 -0700 Subject: [PATCH] Drop the bluetooth widget's dead middle-click launcher Co-Authored-By: Claude Opus 5 (1M context) --- shell/plugins/panels/bluetooth/Panel.qml | 1 - 1 file changed, 1 deletion(-) 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() } }