Commit 08027012 authored by Claudio Valerio's avatar Claudio Valerio

fixed Sankore data path issue. We should provide an way to recover old data

parent 93042e7e
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment