GH-5372 Fix FTB App import

settings path was changed with 32c618c8fd
This commit is contained in:
Philip T 2024-03-27 22:43:48 +01:00 committed by phit
parent 056faf3307
commit 52d3e2735d

View File

@ -93,7 +93,7 @@ QString getFTBAPath() {
#endif
QString getFTBASettingsPath() {
return FS::PathCombine(getFTBAPath(), "bin/settings.json");
return FS::PathCombine(getFTBAPath(), "storage/settings.json");
}
QString getFTBAVersionPath(const QString& id) {