fix icons missing
This commit is contained in:
parent
a2065bff51
commit
de2be39a88
12 changed files with 15 additions and 15 deletions
|
|
@ -8,10 +8,10 @@ M.BarIcon {
|
|||
property string profile: ""
|
||||
|
||||
icon: {
|
||||
if (root.profile === "performance") return "";
|
||||
if (root.profile === "power-saver") return "";
|
||||
if (root.profile === "balanced") return "";
|
||||
return "";
|
||||
if (root.profile === "performance") return "";
|
||||
if (root.profile === "power-saver") return "";
|
||||
if (root.profile === "balanced") return "";
|
||||
return "";
|
||||
}
|
||||
|
||||
Process {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue