diff options
author | Alystrasz <contact@remyraes.com> | 2022-09-26 23:25:23 +0200 |
---|---|---|
committer | Alystrasz <contact@remyraes.com> | 2022-09-26 23:26:01 +0200 |
commit | b4531b34ca5232aadfa2cebaa1c26c66fbaea4cd (patch) | |
tree | 8e6f808041078e91d6e8344982827a6b6d839017 /src-vue/src/plugins | |
parent | ea94dd382d3ef759b83350ddf51eecf121eab18f (diff) | |
download | FlightCore-b4531b34ca5232aadfa2cebaa1c26c66fbaea4cd.tar.gz FlightCore-b4531b34ca5232aadfa2cebaa1c26c66fbaea4cd.zip |
fix: do not display "see patch notes" link with unknown Northstar version
Diffstat (limited to 'src-vue/src/plugins')
-rw-r--r-- | src-vue/src/plugins/store.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-vue/src/plugins/store.ts b/src-vue/src/plugins/store.ts index 14b96415..58756a92 100644 --- a/src-vue/src/plugins/store.ts +++ b/src-vue/src/plugins/store.ts @@ -13,7 +13,7 @@ export const store = createStore({ developer_mode: false, game_path: "this/is/the/game/path", - installed_northstar_version: "Unknown version", + installed_northstar_version: "", northstar_is_running: false, origin_is_running: false |