forked from Public/monero-gui
start daemon automatically and detached
This commit is contained in:
@@ -700,7 +700,7 @@ Rectangle {
|
||||
}
|
||||
pageRoot.enabled = false;
|
||||
|
||||
switch (currentWallet.connected) {
|
||||
switch (currentWallet.connected()) {
|
||||
case Wallet.ConnectionStatus_Disconnected:
|
||||
statusText.text = qsTr("Wallet is not connected to daemon.") + "<br>" + root.startLinkText
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user