mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-06 03:55:02 +00:00
WifiMenu : Text -> NText
This commit is contained in:
@@ -150,7 +150,7 @@ NLoader {
|
|||||||
color: modelData.connected ? Colors.backgroundPrimary : (networkMouseArea.containsMouse ? Colors.backgroundPrimary : Colors.textPrimary)
|
color: modelData.connected ? Colors.backgroundPrimary : (networkMouseArea.containsMouse ? Colors.backgroundPrimary : Colors.textPrimary)
|
||||||
}
|
}
|
||||||
|
|
||||||
Text {
|
NText {
|
||||||
visible: network.connectStatusSsid === modelData.ssid && network.connectStatus === "error"
|
visible: network.connectStatusSsid === modelData.ssid && network.connectStatus === "error"
|
||||||
&& network.connectError.length > 0
|
&& network.connectError.length > 0
|
||||||
text: network.connectError
|
text: network.connectError
|
||||||
|
|||||||
Reference in New Issue
Block a user