Skip to content

Commit

Permalink
Fix installed mods not being refreshed when switching installs
Browse files Browse the repository at this point in the history
  • Loading branch information
mircearoata committed Oct 10, 2024
1 parent 51713d7 commit 3a31467
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/ficsitcli/installs.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ func (f *ficsitCLI) SelectInstall(path string) error {
}

f.EmitGlobals()
f.EmitModsChange()
return nil
})
}
Expand Down

0 comments on commit 3a31467

Please sign in to comment.