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:
co-authored by
Claude Opus 5
parent
528a4343a9
commit
49efe2dafa
@@ -502,7 +502,6 @@ Panel {
|
|||||||
text: root.icon
|
text: root.icon
|
||||||
onPressed: function(b) {
|
onPressed: function(b) {
|
||||||
if (b === Qt.RightButton) root.toggleBluetooth()
|
if (b === Qt.RightButton) root.toggleBluetooth()
|
||||||
else if (b === Qt.MiddleButton) root.bar.run("omarchy-launch-bluetooth")
|
|
||||||
else root.toggle()
|
else root.toggle()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user