From aa28276154ed9f1f3db16a79d04c07aabdb2b271 Mon Sep 17 00:00:00 2001 From: dorian Date: Mon, 8 Apr 2019 18:21:43 +0200 Subject: [PATCH] minor fix on base station page --- qml/SettingsDialog.qml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/qml/SettingsDialog.qml b/qml/SettingsDialog.qml index 901049c..c519723 100644 --- a/qml/SettingsDialog.qml +++ b/qml/SettingsDialog.qml @@ -380,20 +380,7 @@ Popup { spacing: options_stack.rowSpacing - property bool baseConnected: false - - Connections { - target: speedBackend - - onBaseStationStateChanged: { - if(speedBackend.baseStationState === "connected"){ - connectCol.baseConnected = true - } - else { - connectCol.baseConnected = false - } - } - } + property bool baseConnected: speedBackend.baseStationState === "connected" ConnectionDelegate { id: connectToBaseDel