feat: Integrate newly created filter dialog in ModPage

This commit is contained in:
flow
2022-04-02 18:33:50 -03:00
parent e0ab8207ed
commit c2b97c3e3f
4 changed files with 41 additions and 7 deletions

View File

@ -80,7 +80,7 @@ void ModDownloadDialog::confirm()
tr("Confirm mods to download")
);
for(auto task : keys){
for(auto& task : keys){
confirm_dialog->appendMod(task, modTask.find(task).value()->getFilename());
}