From 7691f0f2967f721f3dee100956982ff625d7d945 Mon Sep 17 00:00:00 2001 From: kali Date: Mon, 4 Oct 2021 12:59:01 +0200 Subject: [ui] workarounds for font in osx --- gui/components/Splash.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/components/Splash.qml') 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 { -- cgit v1.2.3