summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2021-09-10 19:41:49 +0200
committerkali kaneko (leap communications) <kali@leap.se>2021-10-06 18:38:22 +0200
commit9f82c32e3baf74c395be1d700690a15f66ab1cd0 (patch)
treefce8db93b900ab02e41faf1aa755931c00ba9b79
parent7fdad87222a963e57031132acce7c06f4b80e64d (diff)
[ui] time for debug
-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 {