diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2021-09-10 19:41:49 +0200 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2021-11-23 21:51:01 +0100 |
commit | b756bb39fece0741d24bf3ecbc183a30f7904450 (patch) | |
tree | 015a5ea7a5615be230ba67619fef3dc062920982 | |
parent | 8543125fa656ddc2c114072adfc27e4e7c461695 (diff) |
[ui] time for debug
-rw-r--r-- | gui/components/Splash.qml | 3 |
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 { |