mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 09:59:59 +03:00
Implemented version lists.
Further work on this is still needed. Currently there is no sorting or filtering of any kind. In addition, changes need to be made to fix issues with bad ETags since the current system here is based on MultiMC 4's version list system before it was fixed.
This commit is contained in:
parent
ad70e3fd4c
commit
168ed3e8e5
12 changed files with 352 additions and 12 deletions
|
|
@ -63,10 +63,10 @@ QString StdInstVersion::name() const
|
|||
return m_name;
|
||||
}
|
||||
|
||||
QString StdInstVersion::type() const
|
||||
QString StdInstVersion::typeName() const
|
||||
{
|
||||
if (m_linkedVersion)
|
||||
return m_linkedVersion->type();
|
||||
return m_linkedVersion->typeName();
|
||||
|
||||
switch (versionType())
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue