mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-09-18 10:44:58 -04:00
fix: sort mod Minecraft versions as version lists
Signed-off-by: Andrey Kurlin <superkurlin2013@yandex.ru>
This commit is contained in:
1 parent
f654ce8212
commit
9752f9dfd7
3 files changed
+40
-5
No files matched your search
@@ -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();
|
||||
|
||||
Reference in new issue
Block a user