feat: Integrate newly created filter dialog in ModPage
This commit is contained in:
parent
e0ab8207ed
commit
c2b97c3e3f
4 changed files with 41 additions and 7 deletions
|
@ -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());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue