mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 18:09:59 +03:00
Split parsing/applying. Better error logging. Fix crash.
This commit is contained in:
parent
966f9d1206
commit
f9ea3dbfde
13 changed files with 842 additions and 355 deletions
|
|
@ -162,7 +162,7 @@ void OneSixModEditDialog::on_forgeBtn_clicked()
|
|||
}
|
||||
}
|
||||
}
|
||||
m_inst->reloadFullVersion(this);
|
||||
m_inst->reloadVersion(this);
|
||||
}
|
||||
|
||||
void OneSixModEditDialog::on_liteloaderBtn_clicked()
|
||||
|
|
@ -184,7 +184,7 @@ void OneSixModEditDialog::on_liteloaderBtn_clicked()
|
|||
}
|
||||
else
|
||||
{
|
||||
m_inst->reloadFullVersion(this);
|
||||
m_inst->reloadVersion(this);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue