ATLauncher: Display mod colours in optional mod dialog
This commit is contained in:
parent
f5f59203a2
commit
7c251efc47
8 changed files with 36 additions and 14 deletions
|
@ -556,7 +556,7 @@ void PackInstallTask::downloadMods()
|
|||
QVector<QString> selectedMods;
|
||||
if (!optionalMods.isEmpty()) {
|
||||
setStatus(tr("Selecting optional mods..."));
|
||||
selectedMods = m_support->chooseOptionalMods(optionalMods);
|
||||
selectedMods = m_support->chooseOptionalMods(m_version, optionalMods);
|
||||
}
|
||||
|
||||
setStatus(tr("Downloading mods..."));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue