WifiMenu : Text -> NText

This commit is contained in:
quadbyte 2025-08-11 13:59:02 -04:00
parent a0df2a7af0
commit bff8049f2c

View file

@ -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