mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-01-09 04:27:53 +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)
|
await saveConfig(config)
|
||||||
|
|
||||||
|
// Close menu
|
||||||
|
this.props.closeFn()
|
||||||
|
|
||||||
// This injects independent of the game
|
// This injects independent of the game
|
||||||
if (this.state.launch_migoto) {
|
if (this.state.launch_migoto) {
|
||||||
await this.launchMigoto()
|
await this.launchMigoto()
|
||||||
|
Loading…
Reference in New Issue
Block a user