Skip to content

Commit

Permalink
Reload config after setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Not-A-Normal-Robot committed Oct 22, 2024
1 parent 70357cc commit 40345b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ fn main() -> Result<(), slint::PlatformError> {
!is_repo_valid(&config.game_repo_path)
{
run_setup()?;
config = conf::Config::load();
}

if config.use_gui {
Expand Down

0 comments on commit 40345b9

Please sign in to comment.