More tweaks

This commit is contained in:
David Heinemeier Hansson
2026-05-18 22:10:26 +02:00
parent 74f71236e0
commit 9daa0e6ed3
3 changed files with 50 additions and 7 deletions
+2 -2
View File
@@ -44,7 +44,7 @@ Item {
var list = []
if (brightnessAvailable) list.push("brightness")
list.push("scale")
if (displays.length > 0) list.push("monitors")
if (displays.length > 1) list.push("monitors")
return list
}
@@ -530,7 +530,7 @@ Item {
Column {
width: parent.width
spacing: 6
visible: root.displays.length > 0
visible: root.displays.length > 1
PanelSectionHeader {
text: "Monitors"