[theseus] Add the ability to lock updates of a certain project on Instances #178
EDM115
started this conversation in
Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Idk if this would be possible but the idea is that we can have a new action button on Instance -> Content (like a padlock icon) which will prevent a certain mod from receiving updates (even if we click on the Update all button)
The idea came when I made a custom instance which contains mostly client-side mods (which can be updated) and few server-side mods. These ones needs to stay on the version installed on the server to guarantee compatibility.
And I would like to update on one click all mods except some
The implementation on the GUI shouldn't be that hard
Behind the scenes, I see it like this :
profile.json
there is a new required field for every project calledlock_updates
or so, which is a boolean that defaults to false. When set to true, theseus won't check for an update for this project, resulting in the Update all button not appearing if only locked projects have updatesOptional things to implement :
Beta Was this translation helpful? Give feedback.
All reactions