feat: remove existing mod when updating/redownloading it
Signed-off-by: flow <flowlnlnln@gmail.com>
This commit is contained in:
parent
1709b47bb7
commit
dfab55112b
7 changed files with 44 additions and 3 deletions
|
@ -118,6 +118,8 @@ public:
|
|||
*/
|
||||
bool installMod(const QString& filename);
|
||||
|
||||
bool uninstallMod(const QString& filename, bool preserve_metadata = false);
|
||||
|
||||
/// Deletes all the selected mods
|
||||
bool deleteMods(const QModelIndexList &indexes);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue