Nix useless tooltips

This commit is contained in:
David Heinemeier Hansson
2026-05-16 15:55:15 +02:00
parent ab2fb2b85f
commit 74a3aa70cc
2 changed files with 0 additions and 4 deletions
@@ -99,8 +99,6 @@ Item {
anchors.fill: parent
bar: root.bar
text: root.icon
tooltipText: root.adapter ? (root.adapter.enabled ? "Bluetooth: " + root.connectedDevices.length + " connected" : "Bluetooth off") : ""
onPressed: function(b) {
if (b === Qt.RightButton && root.adapter) root.adapter.enabled = !root.adapter.enabled
else if (b === Qt.MiddleButton) root.bar.run("omarchy-launch-bluetooth")