mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
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);
|
||||
mAccountList = AccountList::create();
|
||||
mCallList = CallList::create();
|
||||
setAutoStart(mSettings->getAutoStart());
|
||||
|
||||
const QUrl url(u"qrc:/Linphone/view/Page/Window/Main/MainWindow.qml"_qs);
|
||||
QObject::connect(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue