This commit is contained in:
ItsLemmy
2025-10-27 08:41:50 -04:00
parent 5cac1d4a3f
commit 1067ffe7a3
+2 -2
View File
@@ -92,8 +92,8 @@ Item {
if (!monitor)
return ""
return I18n.tr("tooltips.brightness-at", {
"brightness": Math.round(monitor.brightness * 100)
})
"brightness": Math.round(monitor.brightness * 100)
})
}
onWheel: function (angle) {