aboutsummaryrefslogtreecommitdiff
path: root/LeftPanel.qml
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2016-11-09 20:48:53 +0200
committerRiccardo Spagni <ric@spagni.net>2016-11-09 20:48:54 +0200
commitce386b99ad958ed787ac72ab46199b5fc8a4dc42 (patch)
treeb08c4f94426f244201d2f9b8d268073ff30784f7 /LeftPanel.qml
parent95fdc816bac0ccfde145230d63267efec34d1200 (diff)
parent689f0415e7e0d47b765b18d370fc6c2cf1edb990 (diff)
downloadmonzero-gui-ce386b99ad958ed787ac72ab46199b5fc8a4dc42.tar.gz
monzero-gui-ce386b99ad958ed787ac72ab46199b5fc8a4dc42.tar.xz
monzero-gui-ce386b99ad958ed787ac72ab46199b5fc8a4dc42.zip
Merge pull request #128
689f041 Report when the GUI is connected to a daemon with mismatched version (moneromooo.monero)
Diffstat (limited to 'LeftPanel.qml')
-rw-r--r--LeftPanel.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/LeftPanel.qml b/LeftPanel.qml
index fee83f0f..5fc3ff33 100644
--- a/LeftPanel.qml
+++ b/LeftPanel.qml
@@ -28,6 +28,7 @@
import QtQuick 2.2
import QtGraphicalEffects 1.0
+import moneroComponents.Wallet 1.0
import "components"
Rectangle {
@@ -373,7 +374,7 @@ Rectangle {
anchors.left: parent.left
anchors.right: parent.right
anchors.bottom: (daemonProgress.visible)? daemonProgress.top : parent.bottom;
- connected: false
+ connected: Wallet.ConnectionStatus_Disconnected
}
DaemonProgress {