Fix auto start set by configuration
This commit is contained in:
parent
502433ea6d
commit
010ff96b3e
1 changed files with 1 additions and 0 deletions
|
|
@ -467,6 +467,7 @@ void App::initCore() {
|
||||||
mEngine->setObjectOwnership(mSettings.get(), QQmlEngine::CppOwnership);
|
mEngine->setObjectOwnership(mSettings.get(), QQmlEngine::CppOwnership);
|
||||||
mAccountList = AccountList::create();
|
mAccountList = AccountList::create();
|
||||||
mCallList = CallList::create();
|
mCallList = CallList::create();
|
||||||
|
setAutoStart(mSettings->getAutoStart());
|
||||||
|
|
||||||
const QUrl url(u"qrc:/Linphone/view/Page/Window/Main/MainWindow.qml"_qs);
|
const QUrl url(u"qrc:/Linphone/view/Page/Window/Main/MainWindow.qml"_qs);
|
||||||
QObject::connect(
|
QObject::connect(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue