Filter for datapack loader in datapack update too
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
parent
221365f05b
commit
1d1480f470
7 changed files with 18 additions and 26 deletions
|
@ -150,7 +150,7 @@ void TexturePackPage::updateTexturePacks()
|
|||
if (use_all)
|
||||
mods_list = m_model->allResources();
|
||||
|
||||
ResourceUpdateDialog update_dialog(this, m_instance, m_model, mods_list, false, false);
|
||||
ResourceUpdateDialog update_dialog(this, m_instance, m_model, mods_list, false);
|
||||
update_dialog.checkCandidates();
|
||||
|
||||
if (update_dialog.aborted()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue