Add questing all-in-one

Also fix GIMI v7 setting
This commit is contained in:
Thoronium
2023-05-14 22:54:14 -06:00
parent a954fcfc1c
commit 4c9e70a8f8
22 changed files with 94 additions and 72 deletions

View File

@@ -194,11 +194,6 @@ export default class Options extends React.Component<IProps, IState> {
this.setState({
migoto_path: value,
})
// Set game exe in Migoto ini
invoke('set_migoto_target', {
migotoPath: value,
})
}
setReshade(value: string) {