Commit a19d292b authored by Ronan Abhamon's avatar Ronan Abhamon

fix(src/components/core/CoreManager): remove tab

parent 3fe79d53
......@@ -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());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment