This commit is contained in:
SpikeHD
2022-07-23 23:22:14 -07:00
parent 4f3952aeb1
commit ac8fd3af45
2 changed files with 2 additions and 1 deletions

View File

@@ -67,6 +67,6 @@
},
"swag": {
"akebi": "Set Akebi Executable",
"migoto": "Set 3dMigoto Executable"
"migoto": "Set 3DMigoto Executable"
}
}

View File

@@ -68,6 +68,7 @@ export default class Options extends React.Component<IProps, IState> {
this.setGrasscutterJar = this.setGrasscutterJar.bind(this)
this.setJavaPath = this.setJavaPath.bind(this)
this.setAkebi = this.setAkebi.bind(this)
this.setMigoto = this.setMigoto.bind(this)
this.toggleGrasscutterWithGame = this.toggleGrasscutterWithGame.bind(this)
this.setCustomBackground = this.setCustomBackground.bind(this)
this.toggleEncryption = this.toggleEncryption.bind(this)