made safe for vegetarians

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97
2023-08-16 20:02:32 +03:00
parent 589d8b6923
commit f919d363b7
3 changed files with 3 additions and 3 deletions

View File

@ -328,5 +328,5 @@ void ModFolderPage::deleteModMetadata()
->exec();
if (response == QMessageBox::Yes)
m_model->deleteModsMeatadata(selection);
m_model->deleteModsMetadata(selection);
}