You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Merged a collection. found modsth missing, appended to collection. all mods but modsth are merged and there is no button to compress single mod only.
had to compress the entire collection again, the name of compressed mods becomes messy and unhumanreadable.
Describe the solution you'd like
A button for compressing single selected mod.
Describe alternatives you've considered
Detection of sparse file mods added to merged collection and merge all of them again.
foreach(var mod in collection){ if(!mod.compressed) { CompressSingle(mod);} }
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Is your feature request related to a problem? Please describe.
Merged a collection. found modsth missing, appended to collection. all mods but modsth are merged and there is no button to compress single mod only.
had to compress the entire collection again, the name of compressed mods becomes messy and unhumanreadable.
Describe the solution you'd like
A button for compressing single selected mod.
Describe alternatives you've considered
Detection of sparse file mods added to merged collection and merge all of them again.
foreach(var mod in collection){ if(!mod.compressed) { CompressSingle(mod);} }
The text was updated successfully, but these errors were encountered: