Brightness: hotfix

This commit is contained in:
LemmyCook 2025-09-14 18:19:02 -04:00
parent da1081700a
commit 00459606ce

View file

@ -80,7 +80,6 @@ Item {
icon: getIcon()
autoHide: false // Important to be false so we can hover as long as we want
text: {
return ""
var monitor = getMonitor()
return monitor ? Math.round(monitor.brightness * 100) : ""
}