mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-07 14:44:01 +00:00
Prevent crash if the plugins directory does not exist and cannot be created.
This commit is contained in:
parent
21482caabc
commit
01775fe616
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ string Paths::getPackageMsPluginsDirPath () {
|
|||
}
|
||||
|
||||
string Paths::getPluginsDirPath () {
|
||||
return ::getWritableDirPath(::getAppPluginsDirPath());
|
||||
return ::getReadableDirPath(::getAppPluginsDirPath());
|
||||
}
|
||||
|
||||
string Paths::getRootCaFilePath () {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue