diff --git a/linphone-desktop/src/app/paths/Paths.cpp b/linphone-desktop/src/app/paths/Paths.cpp index 9f8983faa..a10e4e8c9 100644 --- a/linphone-desktop/src/app/paths/Paths.cpp +++ b/linphone-desktop/src/app/paths/Paths.cpp @@ -128,9 +128,6 @@ inline QString getAppAssistantConfigDirPath () { } inline QString getAppConfigFilePath () { - if (QSysInfo::productType() == "macos") - return QStandardPaths::writableLocation(QStandardPaths::AppLocalDataLocation) + PATH_CONFIG; - return QStandardPaths::writableLocation(QStandardPaths::AppConfigLocation) + PATH_CONFIG; }