Fix auto start set by configuration

This commit is contained in:
Julien Wadel 2024-10-01 17:05:09 +02:00
parent 502433ea6d
commit 010ff96b3e

View file

@ -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(