From 9f82c32e3baf74c395be1d700690a15f66ab1cd0 Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Fri, 10 Sep 2021 19:41:49 +0200 Subject: [ui] time for debug --- gui/components/Splash.qml | 3 +-- 1 file changed, 1 insertion(+), 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 { -- cgit v1.2.3