aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorJacob Brydolf <jacob@brydolf.net>2016-11-05 11:00:29 +0100
committerJaquee <jaquee.monero@gmail.com>2016-11-26 19:35:46 +0100
commit277512475715a353e81a217a751655ec6fd4c943 (patch)
tree81ae4aa70ad227135ca3780b2397bb0be6532be6 /components
parent82c39e09bf237cc825252a45a9dd2ce3f1a63fc8 (diff)
downloadmonzero-gui-277512475715a353e81a217a751655ec6fd4c943.tar.gz
monzero-gui-277512475715a353e81a217a751655ec6fd4c943.tar.xz
monzero-gui-277512475715a353e81a217a751655ec6fd4c943.zip
small error in daemon manager dialog
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 a0787fb5..23f2e9e5 100644
--- a/components/DaemonManagerDialog.qml
+++ b/components/DaemonManagerDialog.qml
@@ -90,8 +90,8 @@ Window {
KeyNavigation.tab: cancelButton
onClicked: {
daemonManager.start();
- root.accepted()
root.close()
+ // root.accepted()
}
}