fix: use AppLocalDataLocation

This commit is contained in:
erhant 2026-06-19 22:52:36 +03:00
parent 930bc764f8
commit 3527290e1e

View File

@ -488,7 +488,7 @@ namespace {
// const and non-const accessors.
QString resolveConfigFilePath()
{
QString dir = QStandardPaths::writableLocation(QStandardPaths::AppDataLocation);
QString dir = QStandardPaths::writableLocation(QStandardPaths::AppLocalDataLocation);
if (dir.isEmpty()) {
dir = QDir::tempPath();
}