diff options
| author | Riccardo Spagni <ric@spagni.net> | 2016-11-09 20:48:53 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2016-11-09 20:48:54 +0200 |
| commit | ce386b99ad958ed787ac72ab46199b5fc8a4dc42 (patch) | |
| tree | b08c4f94426f244201d2f9b8d268073ff30784f7 /LeftPanel.qml | |
| parent | 95fdc816bac0ccfde145230d63267efec34d1200 (diff) | |
| parent | 689f0415e7e0d47b765b18d370fc6c2cf1edb990 (diff) | |
| download | monzero-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.qml | 3 |
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 { |
