diff --git a/app/common/filefunctions.cpp b/app/common/filefunctions.cpp index f087dd90b..e137de3e8 100644 --- a/app/common/filefunctions.cpp +++ b/app/common/filefunctions.cpp @@ -73,7 +73,7 @@ QString FileFunctions::GetApplicationPath() QString FileFunctions::GetTempFilePath() { - QString temp_path = QDir(QDir(QStandardPaths::writableLocation(QStandardPaths::TempLocation)) + QString temp_path = QDir(QDir(QStandardPaths::writableLocation(QStandardPaths::CacheLocation)) .filePath(QCoreApplication::organizationName())) .filePath(QCoreApplication::applicationName());