diff options
Diffstat (limited to 'gui/components/Splash.qml')
-rw-r--r-- | gui/components/Splash.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/components/Splash.qml b/gui/components/Splash.qml index 625ab18..cf75108 100644 --- a/gui/components/Splash.qml +++ b/gui/components/Splash.qml @@ -57,7 +57,7 @@ Page { if (root.error != "") { return } - if (ctx && ctx.isReady) { + if (ctx && ctx.isReady || qmlDebug) { splashTimer.stop() loader.source = "MainView.qml" } else { |