diff --git a/src/core/UBSettings.cpp b/src/core/UBSettings.cpp index c709c4e9..e368aedb 100644 --- a/src/core/UBSettings.cpp +++ b/src/core/UBSettings.cpp @@ -762,7 +762,7 @@ QString UBSettings::uniboardDataDirectory() } } QString qtDataPath = UBFileSystemUtils::normalizeFilePath(UBDesktopServices::storageLocation(QDesktopServices::DataLocation)); - qtDataPath.replace("/Sankore", ""); + qtDataPath.replace("/Sankore/Sankore 3.1", "/Sankore"); return qtDataPath; }