From 277f009883de11e5298fb2495678c69812467168 Mon Sep 17 00:00:00 2001 From: SpikeHD Date: Wed, 31 May 2023 08:54:41 -0700 Subject: [PATCH] Update src/ui/Main.tsx Co-authored-by: Thoronium <107363768+NotThorny@users.noreply.github.com> --- src/ui/Main.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/Main.tsx b/src/ui/Main.tsx index 96fee11..ed4cb75 100644 --- a/src/ui/Main.tsx +++ b/src/ui/Main.tsx @@ -62,7 +62,7 @@ export class Main extends React.Component { alert('Error launching game') }, notification: null, - isGamePathSet: false, + isGamePathSet: true, game_install_path: '', }