|
|
@ -96,7 +96,7 @@ QString UBDesktopServices::storageLocation(StandardLocation type) |
|
|
|
QString path = getFullPath(ref); |
|
|
|
QString path = getFullPath(ref); |
|
|
|
|
|
|
|
|
|
|
|
if (QDesktopServices::DataLocation == type || QDesktopServices::CacheLocation == type) |
|
|
|
if (QDesktopServices::DataLocation == type || QDesktopServices::CacheLocation == type) |
|
|
|
path += "/Sankore/Sankore"; |
|
|
|
path += "/Sankore/Open-Sankore"; |
|
|
|
|
|
|
|
|
|
|
|
return path; |
|
|
|
return path; |
|
|
|
} |
|
|
|
} |
|
|
|