close menu after launch

This commit is contained in:
SpikeHD 2022-07-26 20:39:02 -07:00
parent 6257a2e68c
commit 8f8e37aff3

View File

@ -64,6 +64,9 @@ export class ExtrasMenu extends React.Component<IProps, IState> {
await saveConfig(config)
// Close menu
this.props.closeFn()
// This injects independent of the game
if (this.state.launch_migoto) {
await this.launchMigoto()