diff options
author | Alystrasz <contact@remyraes.com> | 2022-09-27 23:33:17 +0200 |
---|---|---|
committer | Alystrasz <contact@remyraes.com> | 2022-09-27 23:33:17 +0200 |
commit | 238e340ffb4d1af175e29567a772a0790174fdff (patch) | |
tree | 1445782e43d3c81978ab3a8e415996c3428b7f2c /src-vue/src/utils | |
parent | b4531b34ca5232aadfa2cebaa1c26c66fbaea4cd (diff) | |
download | FlightCore-238e340ffb4d1af175e29567a772a0790174fdff.tar.gz FlightCore-238e340ffb4d1af175e29567a772a0790174fdff.zip |
feat: we can now install Northstar if it wasn't detected
Diffstat (limited to 'src-vue/src/utils')
-rw-r--r-- | src-vue/src/utils/NorthstarState.ts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src-vue/src/utils/NorthstarState.ts b/src-vue/src/utils/NorthstarState.ts new file mode 100644 index 00000000..d6e31923 --- /dev/null +++ b/src-vue/src/utils/NorthstarState.ts @@ -0,0 +1,7 @@ +export enum NorthstarState { + INSTALL, + INSTALLING, + MUST_UPDATE, + UPDATING, + READY_TO_PLAY +}
\ No newline at end of file |