nix fmt
This commit is contained in:
parent
4df704844e
commit
9e1716aa39
14 changed files with 154 additions and 102 deletions
|
|
@ -8,9 +8,7 @@ M.BarIcon {
|
|||
|
||||
property string profile: ""
|
||||
|
||||
color: root.profile === "performance" ? M.Theme.base09
|
||||
: root.profile === "power-saver" ? M.Theme.base0B
|
||||
: M.Theme.base05
|
||||
color: root.profile === "performance" ? M.Theme.base09 : root.profile === "power-saver" ? M.Theme.base0B : M.Theme.base05
|
||||
|
||||
icon: {
|
||||
if (root.profile === "performance")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue