From b756bb39fece0741d24bf3ecbc183a30f7904450 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(-) (limited to 'gui/components/Splash.qml') 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