mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-21 21:58:06 +00:00
fix(src/components/core/CoreManager): remove tab
This commit is contained in:
parent
3fe79d531b
commit
a19d292bf5
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ void CoreManager::setDatabasesPaths () {
|
|||
|
||||
void CoreManager::setOtherPaths () {
|
||||
if (mCore->getZrtpSecretsFile().empty())
|
||||
mCore->setZrtpSecretsFile(Paths::getZrtpSecretsFilepath());
|
||||
mCore->setZrtpSecretsFile(Paths::getZrtpSecretsFilepath());
|
||||
|
||||
if (mCore->getUserCertificatesPath().empty())
|
||||
mCore->setUserCertificatesPath(Paths::getUserCertificatesDirpath());
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue