No need for this tool tip

This commit is contained in:
David Heinemeier Hansson
2026-05-16 10:05:42 +02:00
parent ecd9dc6ffe
commit 525d2855ca
@@ -145,7 +145,6 @@ Item {
bar: root.bar
text: "󰙪"
fontSize: 12
tooltipText: "Quick Settings"
onPressed: function() { root.popupOpen = !root.popupOpen }
}