mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 18:09:59 +03:00
Make the new instance dialog support instance types.
This commit is contained in:
parent
7ec32d5657
commit
ff3078b3a6
8 changed files with 177 additions and 0 deletions
|
|
@ -162,6 +162,8 @@ void StdInstVListLoadTask::finalize()
|
|||
m_list->m_vlist.swap(tempList);
|
||||
m_list->endResetModel();
|
||||
|
||||
m_list->loaded = true;
|
||||
|
||||
// We called swap, so all the data that was in the version list previously is now in
|
||||
// tempList (and vice-versa). Now we just free the memory.
|
||||
while (!tempList.isEmpty())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue