Merge pull request #128

689f041 Report when the GUI is connected to a daemon with mismatched version (moneromooo.monero)
This commit is contained in:
Riccardo Spagni
2016-11-09 20:48:53 +02:00
5 changed files with 49 additions and 13 deletions

View File

@@ -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 {