malgreen / NexNux

NexNux is a cross-platform mod manager built with C# and Avalonia
GNU General Public License v3.0
4 stars 0 forks source link

Remember deployment status #28

Closed malgreen closed 1 year ago

malgreen commented 1 year ago

The application should save the status of deployment to a json file (for each game). Right now, the deployment status in the ModListView is just set to Deployed every time the application is opened. If the last deployment status is saved to the game's .json file, the status in the ModListView could be the saved status.

malgreen commented 1 year ago

Implemented in fa21e5d3e1ac8e1165d735de9c1c4bc5066411e1