Update src/ui/Main.tsx

Co-authored-by: Thoronium <107363768+NotThorny@users.noreply.github.com>
This commit is contained in:
SpikeHD 2023-05-31 08:54:41 -07:00 committed by GitHub
parent 05caa7c7a3
commit 277f009883
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@ export class Main extends React.Component<IProps, IState> {
alert('Error launching game')
},
notification: null,
isGamePathSet: false,
isGamePathSet: true,
game_install_path: '',
}