escape icons so edit tool does not break them
This commit is contained in:
parent
de2be39a88
commit
3dc6111825
13 changed files with 22 additions and 22 deletions
|
|
@ -45,12 +45,12 @@ Row {
|
|||
M.BarIcon {
|
||||
icon: {
|
||||
if (root.state === "wifi")
|
||||
return "";
|
||||
return "\uF1EB";
|
||||
if (root.state === "eth")
|
||||
return "";
|
||||
return "\uDB80\uDE00";
|
||||
if (root.state === "linked")
|
||||
return "";
|
||||
return "";
|
||||
return "\uDB85\uDE16";
|
||||
return "\uDB82\uDCFD";
|
||||
}
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue