aboutsummaryrefslogtreecommitdiff
path: root/components/DaemonManagerDialog.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/DaemonManagerDialog.qml')
-rw-r--r--components/DaemonManagerDialog.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/DaemonManagerDialog.qml b/components/DaemonManagerDialog.qml
index 009787eb..b87250de 100644
--- a/components/DaemonManagerDialog.qml
+++ b/components/DaemonManagerDialog.qml
@@ -39,13 +39,13 @@ Window {
id: root
modality: Qt.ApplicationModal
flags: Qt.Window | Qt.FramelessWindowHint
- property int countDown: 5;
+ property int countDown: 10;
signal rejected()
signal started();
function open() {
show()
- countDown = 5;
+ countDown = 10;
timer.start();
}