mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-12 23:24:35 +01:00
fixes
This commit is contained in:
@@ -67,6 +67,6 @@
|
||||
},
|
||||
"swag": {
|
||||
"akebi": "Set Akebi Executable",
|
||||
"migoto": "Set 3dMigoto Executable"
|
||||
"migoto": "Set 3DMigoto Executable"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user