From e0aad4f931a57aa7621d4dc7e0a1c1e54170146e Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Mon, 3 Oct 2022 01:46:41 +0200 Subject: fix: Null out game path to avoid installing to an unkown path. --- src-vue/src/plugins/store.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src-vue/src') diff --git a/src-vue/src/plugins/store.ts b/src-vue/src/plugins/store.ts index 544d314a..ddd46e53 100644 --- a/src-vue/src/plugins/store.ts +++ b/src-vue/src/plugins/store.ts @@ -28,7 +28,7 @@ export const store = createStore({ return { current_tab: Tabs.PLAY, developer_mode: false, - game_path: "this/is/the/game/path", + game_path: undefined, install_type: undefined, installed_northstar_version: "", -- cgit v1.2.3