Index: sources/gui/qml/pages/settings/SettingsDeviceRegistration.qml =================================================================== diff -u -r2ef03b2ce51b4dc507f66e9671953a8e0824bde9 -r472c10e72a8d278f13d2343f9c81c1def14490ff --- sources/gui/qml/pages/settings/SettingsDeviceRegistration.qml (.../SettingsDeviceRegistration.qml) (revision 2ef03b2ce51b4dc507f66e9671953a8e0824bde9) +++ sources/gui/qml/pages/settings/SettingsDeviceRegistration.qml (.../SettingsDeviceRegistration.qml) (revision 472c10e72a8d278f13d2343f9c81c1def14490ff) @@ -97,7 +97,7 @@ TextEntry { id : _ipAddress_wlan0 textInput.clip : true hasCursor : false - textInput.text : vNetwork.wirelessIP + textInput.text : "" // vNetwork.wirelessIP // ===================== Device Controller: FIXME textInput.horizontalAlignment: Text.AlignLeft label.text : qsTr("Wireless") separator.text : _root.separatorText @@ -110,7 +110,7 @@ TextEntry { id : _ipAddress_eth0 textInput.clip : true hasCursor : false - textInput.text : vNetwork.ethernetIP + textInput.text : "" // vNetwork.ethernetIP // ===================== Device Controller: FIXME textInput.horizontalAlignment: Text.AlignLeft label.text : qsTr("Ethernet") separator.text : _root.separatorText