mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-01-07 03:26:56 +08:00
close menu after launch
This commit is contained in:
parent
6257a2e68c
commit
8f8e37aff3
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user