forked from Public/monero-gui
daemonManagerDialog: show processdialog when starting
This commit is contained in:
@@ -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()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user