No need to count the displays

This commit is contained in:
David Heinemeier Hansson
2026-07-23 16:19:29 -07:00
parent cb9485f216
commit 5d83402e75
+1 -2
View File
@@ -520,8 +520,7 @@ Panel {
if (root.brightnessAvailable) {
return root.brightnessName(brightnessSlider.dragging ? brightnessSlider.liveValue : root.brightnessPercent).toUpperCase()
}
var count = root.enabledDisplayCount
return (count === 1 ? "1 display" : count + " displays").toUpperCase()
return "FIXED BRIGHTNESS"
}
color: Qt.darker(root.bar.foreground, 1.4)
font.family: root.bar.fontFamily