Drop the bluetooth widget's dead middle-click launcher

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
David Heinemeier Hansson
2026-07-24 12:30:28 -07:00
co-authored by Claude Opus 5
parent 528a4343a9
commit 49efe2dafa
-1
View File
@@ -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()
}
}