atlanticaccent / starsector-mod-manager-rust

A mod manager for Starsector, a space fleet-battle and economics simulator. This time written in Rust.
https://atlanticaccent.github.io/starsector-mod-manager-rust/
MIT License
34 stars 0 forks source link

atlanticaccent/issue1 #18

Closed atlanticaccent closed 3 years ago

atlanticaccent commented 3 years ago

Fixes #1

Using serde, save and load a Config struct containing Starsector install path.

On successful loads, update the settings view and mod_list, otherwise only update settings that no path was found.

Also implements a mechanism that prevents the user from interacting with the settings install path input until the configuration has finished loading, however this should be very quick and should almost never be an issue.