diff options
author | Remy Raes <raes.remy@gmail.com> | 2022-09-25 12:15:48 +0200 |
---|---|---|
committer | Remy Raes <raes.remy@gmail.com> | 2022-09-25 12:15:48 +0200 |
commit | 65e20ab9430aa1935cba837336009e3960b556e6 (patch) | |
tree | ec8e6f13d7f224d0f12322616828271054fd5d72 /src-vue/src/plugins | |
parent | b78ab195890dab262531d2f82f33b7d137726d13 (diff) | |
download | FlightCore-65e20ab9430aa1935cba837336009e3960b556e6.tar.gz FlightCore-65e20ab9430aa1935cba837336009e3960b556e6.zip |
feat: add component to see game folder path
Diffstat (limited to 'src-vue/src/plugins')
-rw-r--r-- | src-vue/src/plugins/store.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src-vue/src/plugins/store.ts b/src-vue/src/plugins/store.ts index f2d42e13..5519537e 100644 --- a/src-vue/src/plugins/store.ts +++ b/src-vue/src/plugins/store.ts @@ -7,6 +7,7 @@ export const store = createStore({ return { current_tab: Tabs.PLAY, developer_mode: false, + game_path: "this/is/the/game/path", installed_northstar_version: "1.9.7", |