mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-12 08:47:26 -04:00
start daemon automatically and detached
This commit is contained in:
@@ -96,7 +96,7 @@ Rectangle {
|
||||
setTrackingLineText("-")
|
||||
return
|
||||
}
|
||||
if (appWindow.currentWallet.connected == Wallet.ConnectionStatus_Disconnected) {
|
||||
if (appWindow.currentWallet.connected() == Wallet.ConnectionStatus_Disconnected) {
|
||||
setTrackingLineText(qsTr("WARNING: no connection to daemon"))
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user