Commit 98af40d8 authored by Ronan Abhamon's avatar Ronan Abhamon

fix(src/app/paths/Paths): fucking copy paste

parent 2474838f
...@@ -168,7 +168,7 @@ string Paths::getAvatarsDirPath () { ...@@ -168,7 +168,7 @@ string Paths::getAvatarsDirPath () {
} }
string Paths::getCallHistoryFilePath () { string Paths::getCallHistoryFilePath () {
return getWritableFilePath(QStandardPaths::writableLocation(QStandardPaths::AppLocalDataLocation) + PATH_AVATARS); return getWritableFilePath(getAppCallHistoryFilePath());
} }
string Paths::getCapturesDirPath () { string Paths::getCapturesDirPath () {
......
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