diff options
author | Trial97 <alexandru.tripon97@gmail.com> | 2023-07-16 14:18:26 +0300 |
---|---|---|
committer | Trial97 <alexandru.tripon97@gmail.com> | 2023-07-16 14:18:26 +0300 |
commit | 0a956bbc732f2258866f3e07e947551dfd993be6 (patch) | |
tree | 06760fa10412fb89380c9bc7e453e4dbe0a56e42 /launcher/minecraft/mod/Mod.h | |
parent | 1e9a596908ba85dea974e6d041b53c675f8d7b78 (diff) | |
parent | b9568279dc364a462e9837ea13bc3c4f61abdda8 (diff) | |
download | PrismLauncher-0a956bbc732f2258866f3e07e947551dfd993be6.tar.gz PrismLauncher-0a956bbc732f2258866f3e07e947551dfd993be6.tar.bz2 PrismLauncher-0a956bbc732f2258866f3e07e947551dfd993be6.zip |
Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into catpacks
Diffstat (limited to 'launcher/minecraft/mod/Mod.h')
-rw-r--r-- | launcher/minecraft/mod/Mod.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/minecraft/mod/Mod.h b/launcher/minecraft/mod/Mod.h index d6272f4d..b67bd465 100644 --- a/launcher/minecraft/mod/Mod.h +++ b/launcher/minecraft/mod/Mod.h @@ -93,7 +93,7 @@ public: [[nodiscard]] bool applyFilter(QRegularExpression filter) const override; // Delete all the files of this mod - auto destroy(QDir& index_dir, bool preserve_metadata = false) -> bool; + auto destroy(QDir& index_dir, bool preserve_metadata = false, bool attempt_trash = true) -> bool; void finishResolvingWithDetails(ModDetails&& details); |