remove ws, fmt
This commit is contained in:
parent
5316f40967
commit
cd45c2d9cf
17 changed files with 96 additions and 97 deletions
|
|
@ -23,9 +23,12 @@ Text {
|
|||
}
|
||||
|
||||
text: {
|
||||
if (root.profile === "performance") return "";
|
||||
if (root.profile === "power-saver") return "";
|
||||
if (root.profile === "balanced") return "";
|
||||
if (root.profile === "performance")
|
||||
return "";
|
||||
if (root.profile === "power-saver")
|
||||
return "";
|
||||
if (root.profile === "balanced")
|
||||
return "";
|
||||
return "";
|
||||
}
|
||||
color: M.Theme.base05
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue