fix: removing mods with their metadata as well

Signed-off-by: flow <flowlnlnln@gmail.com>
This commit is contained in:
flow
2022-09-03 13:27:27 -03:00
parent 9db27c6acc
commit 43a7af3f44
2 changed files with 12 additions and 0 deletions

View File

@ -59,6 +59,8 @@ class ModFolderPage : public ExternalResourcesPage {
bool onSelectionChanged(const QModelIndex& current, const QModelIndex& previous) override;
private slots:
void removeItem() override;
void installMods();
void updateMods();