diff options
| author | Jaquee <jaquee.monero@gmail.com> | 2016-11-26 11:41:27 +0100 |
|---|---|---|
| committer | Jaquee <jaquee.monero@gmail.com> | 2016-11-26 19:37:12 +0100 |
| commit | 760e01b50c38cfeff4b80bf8129cc51559a2a6e5 (patch) | |
| tree | 71dcbadbbb99a36cf6d77951fface8801a338b60 /components | |
| parent | bb881d9aef71a7aac6d41f71f802206e86a2e864 (diff) | |
| download | monzero-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.qml | 2 |
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() } } |
