mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +00:00
start local node if not started
This commit is contained in:
parent
4b871306e4
commit
e6ada22611
1 changed files with 2 additions and 0 deletions
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!
|
||||
|
|
Loading…
Reference in a new issue