mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-14 23:04:37 +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")
|
text: qsTr("Start daemon")
|
||||||
KeyNavigation.tab: cancelButton
|
KeyNavigation.tab: cancelButton
|
||||||
onClicked: {
|
onClicked: {
|
||||||
daemonManager.start();
|
|
||||||
root.close()
|
root.close()
|
||||||
|
appWindow.startDaemon();
|
||||||
root.started()
|
root.started()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue