mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-22 06:08:07 +00:00
Force preview deactivation before starting core. Preview was enabled on [video] show_local configuration that could be set to on after exiting the app while in settings (where the preview is on)
This commit is contained in:
parent
d35947661e
commit
89f9edbd1c
1 changed files with 1 additions and 0 deletions
|
|
@ -266,6 +266,7 @@ void CoreManager::createLinphoneCore (const QString &configPath) {
|
|||
mCore->addListener(mHandlers);
|
||||
mCore->setVideoDisplayFilter("MSOGL");
|
||||
mCore->usePreviewWindow(true);
|
||||
mCore->enableVideoPreview(false);
|
||||
mCore->setUserAgent(
|
||||
Utils::appStringToCoreString(
|
||||
QStringLiteral(APPLICATION_NAME" Desktop/%1 (%2, Qt %3) LinphoneCore")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue