diff options
author | Rémy Raes <raes.remy@gmail.com> | 2024-11-22 15:18:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-22 15:18:38 +0100 |
commit | 6585d629ca60e2ce457750f12d40dd9cf742ff8c (patch) | |
tree | d71d5633b89566a6731df96a8d8e0c60077ebae9 /primedev/mods/autodownload/moddownloader.h | |
parent | 2d97883eecb66c5cebd97d9e51fb07c4af07e752 (diff) | |
download | NorthstarLauncher-6585d629ca60e2ce457750f12d40dd9cf742ff8c.tar.gz NorthstarLauncher-6585d629ca60e2ce457750f12d40dd9cf742ff8c.zip |
mods(MAD): Make MAD process cancellable (#815)
Adds logic to make an active mod download via MAD cancellable.
Diffstat (limited to 'primedev/mods/autodownload/moddownloader.h')
-rw-r--r-- | primedev/mods/autodownload/moddownloader.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/primedev/mods/autodownload/moddownloader.h b/primedev/mods/autodownload/moddownloader.h index c7a88c19..2ac72a48 100644 --- a/primedev/mods/autodownload/moddownloader.h +++ b/primedev/mods/autodownload/moddownloader.h @@ -129,6 +129,7 @@ public: CHECKSUMING, EXTRACTING, DONE, // Everything went great, mod can be used in-game + ABORTED, // User cancelled mod install process // Errors FAILED, // Generic error message, should be avoided as much as possible |