Signify when there are multiple displays
This commit is contained in:
@@ -356,7 +356,7 @@ Item {
|
|||||||
id: button
|
id: button
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
bar: root.bar
|
bar: root.bar
|
||||||
text: ""
|
text: root.displays.length > 1 ? "" : ""
|
||||||
fontSize: Style.font.subtitle
|
fontSize: Style.font.subtitle
|
||||||
onPressed: function(b) { root.popupOpen = !root.popupOpen }
|
onPressed: function(b) { root.popupOpen = !root.popupOpen }
|
||||||
onWheelMoved: function(delta) {
|
onWheelMoved: function(delta) {
|
||||||
|
|||||||
Reference in New Issue
Block a user