minimize/maximize on game open/close

This commit is contained in:
SpikeHD
2022-05-29 22:30:10 -07:00
parent 92f51cc306
commit 28c5581215
3 changed files with 25 additions and 5 deletions

View File

@@ -52,9 +52,6 @@ export default class ServerLaunchSection extends React.Component<IProps, IState>
async componentDidMount() {
const config = await getConfig()
console.log(config.last_ip)
console.log(config.last_port)
this.setState({
grasscutterEnabled: config.toggle_grasscutter,
buttonLabel: await translate('main.launch_button'),