scottbot95 / RoR2ModManager

A simple mod manager built using electron. Currently only supports BepInEx mods
MIT License
25 stars 3 forks source link

Changing profiles clears packages #110

Closed Sparxta11 closed 4 years ago

Sparxta11 commented 5 years ago

Changing to another profile clears the selected packages for the new profile, as if the profiles do not save which packages are selected or 'forget' when swapped.

scottbot95 commented 5 years ago

Sorry for delayed response, I've been out of town. By clearing the selected packages, do you mean the packages that were installed already? Or just the packages you had selected, but not installed yet? It should be saving to the profile whenever it installs packages.

If you want, you can hit ctrl+shift+i to pop open the dev tools, click on the 'Application' tab at the top ( you may have to use the arrow to view more tabs), find 'IndexedDb' on the left and dive into that until you see the 'profiles' database. That should list all the packages and versions the mod manager thinks should be installed for each profile.

stale[bot] commented 4 years ago

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.