This commit is contained in:
Damocles 2026-04-12 15:58:13 +02:00
parent 4df704844e
commit 9e1716aa39
14 changed files with 154 additions and 102 deletions

View file

@ -9,7 +9,8 @@ M.BarSection {
tooltip: "Brightness: " + root.percent + "%"
property int percent: 0
onPercentChanged: if (percent > 0) M.OsdState.show(percent / 100, "\uF185")
onPercentChanged: if (percent > 0)
M.OsdState.show(percent / 100, "\uF185")
Process {
id: adjProc