mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-02 03:16:58 +03:00
Sort mod Minecraft versions as version lists (#5705)
This commit is contained in:
commit
62f537dd8d
3 changed files with 40 additions and 5 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue