WifiMenu : Text -> NText
This commit is contained in:
parent
a0df2a7af0
commit
bff8049f2c
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ NLoader {
|
|||
color: modelData.connected ? Colors.backgroundPrimary : (networkMouseArea.containsMouse ? Colors.backgroundPrimary : Colors.textPrimary)
|
||||
}
|
||||
|
||||
Text {
|
||||
NText {
|
||||
visible: network.connectStatusSsid === modelData.ssid && network.connectStatus === "error"
|
||||
&& network.connectError.length > 0
|
||||
text: network.connectError
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue