Index: sources/gui/qml/pages/SettingsWifi.qml =================================================================== diff -u -rc77365fa76422bc2150e58d483c446325b50f4b8 -rf35b360054e1e2fa81bf107427fe2d50d78e9e8a --- sources/gui/qml/pages/SettingsWifi.qml (.../SettingsWifi.qml) (revision c77365fa76422bc2150e58d483c446325b50f4b8) +++ sources/gui/qml/pages/SettingsWifi.qml (.../SettingsWifi.qml) (revision f35b360054e1e2fa81bf107427fe2d50d78e9e8a) @@ -32,13 +32,6 @@ signal clickedBack() - onVisibleChanged: { - if (visible) { - vNetworkModel.doRequestIPSettings() - vNetworkModel.doScan() - } - } - BackButton { id : _backButton onClicked: { _root.clickedBack() @@ -170,18 +163,6 @@ } } - Text { id: _noNetworks - text: qsTr("No Networks in Range") - color: Colors.textMain - font.pixelSize: Fonts.fontPixelTextRectExtra - visible: !vNetworkModel.scanInProgress && vNetworkModel.rowCount() === 0 - anchors { - top: parent.top - right: parent.right - rightMargin: 25 - } - } - ListView { id: _networkList model: vNetworkModel anchors {