diff --git a/qtbleditor.cpp b/qtbleditor.cpp index f0b3b2a..3670865 100644 --- a/qtbleditor.cpp +++ b/qtbleditor.cpp @@ -1401,7 +1401,7 @@ QString QTblEditor::customColorsFilePath() const { #ifdef Q_OS_MAC #ifdef IS_QT5 - QString basePath = QStandardPaths::writableLocation(QStandardPaths::DataLocation); + QString basePath = QStandardPaths::writableLocation(QStandardPaths::AppDataLocation); #else QString basePath = QDesktopServices::storageLocation(QDesktopServices::DataLocation); #endif