more colors
This commit is contained in:
parent
67e8a27b3d
commit
c4e4b6ebb2
2 changed files with 9 additions and 2 deletions
|
|
@ -8,6 +8,10 @@ M.BarIcon {
|
|||
|
||||
property string profile: ""
|
||||
|
||||
color: root.profile === "performance" ? M.Theme.base09
|
||||
: root.profile === "power-saver" ? M.Theme.base0B
|
||||
: M.Theme.base05
|
||||
|
||||
icon: {
|
||||
if (root.profile === "performance")
|
||||
return "\uF0E7";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue