Skip to content

Commit

Permalink
Merge branch 'MultiMC:develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Neptune650 authored Mar 29, 2024
2 parents f2d1f98 + d4247bf commit e17a648
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions launcher/ui/pages/modplatform/import_ftb/Model.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ QString getFTBAPath() {
#endif

QString getFTBASettingsPath() {
QString returnpath = FS::PathCombine(getFTBAPath(), "storage/settings.json");
if (QFileInfo::exists(returnpath))
return returnpath;
return FS::PathCombine(getFTBAPath(), "bin/settings.json");
}

Expand Down

0 comments on commit e17a648

Please sign in to comment.