mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
daemonManagerDialog: show processdialog when starting
This commit is contained in:
parent
bb881d9aef
commit
760e01b50c
1 changed files with 1 additions and 1 deletions
|
@ -90,8 +90,8 @@ Window {
|
|||
text: qsTr("Start daemon")
|
||||
KeyNavigation.tab: cancelButton
|
||||
onClicked: {
|
||||
daemonManager.start();
|
||||
root.close()
|
||||
appWindow.startDaemon();
|
||||
root.started()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue