From 864255625f648af1dcba0badc20259d801489c6ca838f24bcc311739027b8b27 Mon Sep 17 00:00:00 2001 From: Marco Gatzen Date: Mon, 4 Nov 2024 14:02:07 +0100 Subject: [PATCH] =?UTF-8?q?ge=C3=A4ndert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gui/firststart.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/firststart.qml b/gui/firststart.qml index f3f816f..ffd175a 100644 --- a/gui/firststart.qml +++ b/gui/firststart.qml @@ -242,7 +242,7 @@ Item if (pyqcrm_conf) { config.setConfig(pyqcrm_conf) - appLoader.source = "start.qml" + appLoader.source = "Start.qml" } } }