Sort mod Minecraft versions as version lists (#5705)

This commit is contained in:
Alexandru Ionut Tripon 2026-06-26 11:55:20 +00:00 committed by GitHub
commit 62f537dd8d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 40 additions and 5 deletions

View file

@ -110,7 +110,7 @@ QVariant ModFolderModel::data(const QModelIndex& index, int role) const
return at(row).loaders();
}
case McVersionsColumn: {
return at(row).mcVersions();
return at(row).mcVersionsString();
}
case ReleaseTypeColumn: {
return at(row).releaseType();