mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-11 12:37:26 -04:00
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