Elaviers / GCManager

A WPF Risk of Rain 2 Mod Manager
MIT License
3 stars 1 forks source link

BUG "Save installed mods to current profile" instead makes nameless new profile. #5

Closed Chronstell closed 5 years ago

Chronstell commented 5 years ago

Instead of changing what is in the profile it instead makes a new profile without a name with the current installed mods. It does make an nameless .json in the profiles too, so it's not just a visual bug and is actually making new profiles rather than overwriting the selected one. Can be worked around just by deleting the old profile and renaming the new one, but I'd prefer that the prior one be overwritten so small .json files don't fill my recycle bin.

Chronstell commented 5 years ago

To clarify, the button also just saves the installed mods to the nameless .json rather than applying them to the currently selected one. Forgot to mention that, but probably could've been inferred by the end of my initial report.