nix fmt
This commit is contained in:
parent
4df704844e
commit
9e1716aa39
14 changed files with 154 additions and 102 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue