summaryrefslogtreecommitdiff
path: root/gui/components/Splash.qml
diff options
context:
space:
mode:
Diffstat (limited to 'gui/components/Splash.qml')
-rw-r--r--gui/components/Splash.qml3
1 files changed, 1 insertions, 2 deletions
diff --git a/gui/components/Splash.qml b/gui/components/Splash.qml
index 15acf48..f8ba06a 100644
--- a/gui/components/Splash.qml
+++ b/gui/components/Splash.qml
@@ -4,8 +4,7 @@ import QtGraphicalEffects 1.0
Page {
id: splash
- property int timeoutInterval: 200
- //property int timeoutInterval: 1600
+ property int timeoutInterval: qmlDebug ? 200 : 1600
property alias errors: splashErrorBox
Column {