Signify when there are multiple displays

This commit is contained in:
David Heinemeier Hansson
2026-05-19 08:20:49 +02:00
parent 2ac069e72b
commit 8613ead8c1
+1 -1
View File
@@ -356,7 +356,7 @@ Item {
id: button
anchors.fill: parent
bar: root.bar
text: "󰍹"
text: root.displays.length > 1 ? "󰍺" : "󰍹"
fontSize: Style.font.subtitle
onPressed: function(b) { root.popupOpen = !root.popupOpen }
onWheelMoved: function(delta) {