More generalistaion for ResourceFolderModels
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
parent
93876e27f8
commit
ee48766996
13 changed files with 90 additions and 152 deletions
|
@ -150,7 +150,7 @@ void ModFolderPage::removeItems(const QItemSelection& selection)
|
|||
if (response != QMessageBox::Yes)
|
||||
return;
|
||||
}
|
||||
m_model->deleteMods(selection.indexes());
|
||||
m_model->deleteResources(selection.indexes());
|
||||
}
|
||||
|
||||
void ModFolderPage::installMods()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue