mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-15 20:17:59 +00:00
fix(Paths): set documents as default captures folder
This commit is contained in:
parent
c380d3e11b
commit
9fbe9ab043
1 changed files with 2 additions and 2 deletions
|
|
@ -35,7 +35,7 @@
|
|||
|
||||
#define PATH_ASSISTANT_CONFIG "/linphone/assistant/"
|
||||
#define PATH_AVATARS "/avatars/"
|
||||
#define PATH_CAPTURES "/captures/"
|
||||
#define PATH_CAPTURES "/Linphone/captures/"
|
||||
#define PATH_LOGS "/logs/"
|
||||
#define PATH_THUMBNAILS "/thumbnails/"
|
||||
#define PATH_USER_CERTIFICATES "/usr-crt/"
|
||||
|
|
@ -172,7 +172,7 @@ string Paths::getCallHistoryFilePath () {
|
|||
}
|
||||
|
||||
string Paths::getCapturesDirPath () {
|
||||
return ::getWritableDirPath(QStandardPaths::writableLocation(QStandardPaths::AppLocalDataLocation) + PATH_CAPTURES);
|
||||
return ::getWritableDirPath(QStandardPaths::writableLocation(QStandardPaths::DocumentsLocation) + PATH_CAPTURES);
|
||||
}
|
||||
|
||||
string Paths::getConfigFilePath (const QString &configPath, bool writable) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue