forked from Public/monero-gui
start local node if not started
This commit is contained in:
2
main.qml
2
main.qml
@@ -425,6 +425,8 @@ ApplicationWindow {
|
||||
if(localNodeConnected) {
|
||||
leftPanel.progressBar.updateProgress(walletManager.blockchainHeight(),walletManager.blockchainTargetHeight(), 0, qsTr("Remaining blocks (local node):"));
|
||||
leftPanel.progressBar.visible = true
|
||||
} else if (persistentSettings.startLocalNode) {
|
||||
daemonManagerDialog.open()
|
||||
}
|
||||
|
||||
// local daemon is synced - use it!
|
||||
|
||||
Reference in New Issue
Block a user