@ -763,6 +763,7 @@ QString UBSettings::uniboardDataDirectory()
}
QString qtDataPath = UBFileSystemUtils::normalizeFilePath(UBDesktopServices::storageLocation(QDesktopServices::DataLocation));
qtDataPath.replace("/Open-Sankore", "");
qDebug() << qtDataPath;
return qtDataPath;
@ -96,7 +96,7 @@ QString UBDesktopServices::storageLocation(StandardLocation type)
QString path = getFullPath(ref);
if (QDesktopServices::DataLocation == type || QDesktopServices::CacheLocation == type)
path += "/Sankore/Sankore";
path += "/Sankore/Open-Sankore";
return path;