|
|
@ -851,6 +851,7 @@ QString UBSettings::userDataDirectory() |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
dataDirPath = UBFileSystemUtils::normalizeFilePath(QStandardPaths::writableLocation(QStandardPaths::DataLocation)); |
|
|
|
dataDirPath = UBFileSystemUtils::normalizeFilePath(QStandardPaths::writableLocation(QStandardPaths::DataLocation)); |
|
|
|
|
|
|
|
if (qApp->organizationName().size() > 0) |
|
|
|
dataDirPath.replace(qApp->organizationName() + "/", ""); |
|
|
|
dataDirPath.replace(qApp->organizationName() + "/", ""); |
|
|
|
} |
|
|
|
} |
|
|
|
return dataDirPath; |
|
|
|
return dataDirPath; |
|
|
|