Index: sources/gui/qml/pages/settings/SettingsDeviceRegistration.qml =================================================================== diff -u -r934354462a353ff5e7fc2ddfe6f3a8f0121a8f3f -r1452ba11bbd936e230f93138423d6feb3e77d129 --- sources/gui/qml/pages/settings/SettingsDeviceRegistration.qml (.../SettingsDeviceRegistration.qml) (revision 934354462a353ff5e7fc2ddfe6f3a8f0121a8f3f) +++ sources/gui/qml/pages/settings/SettingsDeviceRegistration.qml (.../SettingsDeviceRegistration.qml) (revision 1452ba11bbd936e230f93138423d6feb3e77d129) @@ -98,7 +98,7 @@ TextEntry { id : _ipAddress_wlan0 textInput.clip : true hasCursor : false - textInput.text : "" // vNetwork.wirelessIP // ===================== Device Controller: FIXME + textInput.text : vDevice.ssid !== "" && vDevice.ipAddress !== "" ? vDevice.ipAddress : "" textInput.horizontalAlignment: Text.AlignLeft label.text : qsTr("Wireless") separator.text : _root.separatorText