mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-07 14:44:01 +00:00
Remove specific location for config file on Mac OS X.
This commit is contained in:
parent
cadaec54c6
commit
340265f023
1 changed files with 0 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue