Index: sources/gui/qml/pages/settings/SettingsWiFi.qml =================================================================== diff -u -ra2a273600d25e863214833ead3324a63fb4759f1 -r4d5e0940480dc376ea5631ad0514c733fae92668 --- sources/gui/qml/pages/settings/SettingsWiFi.qml (.../SettingsWiFi.qml) (revision a2a273600d25e863214833ead3324a63fb4759f1) +++ sources/gui/qml/pages/settings/SettingsWiFi.qml (.../SettingsWiFi.qml) (revision 4d5e0940480dc376ea5631ad0514c733fae92668) @@ -72,7 +72,7 @@ TextEntry { id : _ipAddress nextInput : _gateway // helps user to tap on enter to go to the next entry, keyboard visibility is handled by TextEntry. - textInput.text : vDevice.ipAddress + textInput.text : vDevice.ssid !== "" ? vDevice.ipAddress : "" label.text : qsTr("IP Address") textInput.width : entryWidth label.width : labelWidth