mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-26 08:18:08 +00:00
fix(src/app/paths/Paths): fucking copy paste
This commit is contained in:
parent
2474838f3c
commit
98af40d801
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ string Paths::getAvatarsDirPath () {
|
|||
}
|
||||
|
||||
string Paths::getCallHistoryFilePath () {
|
||||
return getWritableFilePath(QStandardPaths::writableLocation(QStandardPaths::AppLocalDataLocation) + PATH_AVATARS);
|
||||
return getWritableFilePath(getAppCallHistoryFilePath());
|
||||
}
|
||||
|
||||
string Paths::getCapturesDirPath () {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue