diff --git a/src/lez_explorer_ui_backend.cpp b/src/lez_explorer_ui_backend.cpp index 2d92ed2..b923e84 100644 --- a/src/lez_explorer_ui_backend.cpp +++ b/src/lez_explorer_ui_backend.cpp @@ -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(); }