diff --git a/Linphone/core/App.cpp b/Linphone/core/App.cpp index d1271d47d..9bfd80428 100644 --- a/Linphone/core/App.cpp +++ b/Linphone/core/App.cpp @@ -467,6 +467,7 @@ void App::initCore() { mEngine->setObjectOwnership(mSettings.get(), QQmlEngine::CppOwnership); mAccountList = AccountList::create(); mCallList = CallList::create(); + setAutoStart(mSettings->getAutoStart()); const QUrl url(u"qrc:/Linphone/view/Page/Window/Main/MainWindow.qml"_qs); QObject::connect(