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" } } }