aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorJaquee <jaquee.monero@gmail.com>2016-11-26 11:41:27 +0100
committerJaquee <jaquee.monero@gmail.com>2016-11-26 19:37:12 +0100
commit760e01b50c38cfeff4b80bf8129cc51559a2a6e5 (patch)
tree71dcbadbbb99a36cf6d77951fface8801a338b60 /components
parentbb881d9aef71a7aac6d41f71f802206e86a2e864 (diff)
downloadmonzero-gui-760e01b50c38cfeff4b80bf8129cc51559a2a6e5.tar.gz
monzero-gui-760e01b50c38cfeff4b80bf8129cc51559a2a6e5.tar.xz
monzero-gui-760e01b50c38cfeff4b80bf8129cc51559a2a6e5.zip
daemonManagerDialog: show processdialog when starting
Diffstat (limited to 'components')
-rw-r--r--components/DaemonManagerDialog.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/DaemonManagerDialog.qml b/components/DaemonManagerDialog.qml
index f93cbb9a..da3cf582 100644
--- a/components/DaemonManagerDialog.qml
+++ b/components/DaemonManagerDialog.qml
@@ -90,8 +90,8 @@ Window {
text: qsTr("Start daemon")
KeyNavigation.tab: cancelButton
onClicked: {
- daemonManager.start();
root.close()
+ appWindow.startDaemon();
root.started()
}
}