diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-10-02 14:18:06 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-10-02 14:18:06 +0200 |
commit | 52394a3e86373801f5285843d6931a692a619be1 (patch) | |
tree | 536ead7786940a30afed5b719243813bf0e23cef /src-vue/src | |
parent | a17edbf0cc2da4997048dd4196e7bfb3d8d2b21f (diff) | |
download | FlightCore-52394a3e86373801f5285843d6931a692a619be1.tar.gz FlightCore-52394a3e86373801f5285843d6931a692a619be1.zip |
chore: Reference enum in backend code in comment
Diffstat (limited to 'src-vue/src')
-rw-r--r-- | src-vue/src/utils/InstallType.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src-vue/src/utils/InstallType.ts b/src-vue/src/utils/InstallType.ts index 4e992ab2..797f4077 100644 --- a/src-vue/src/utils/InstallType.ts +++ b/src-vue/src/utils/InstallType.ts @@ -1,4 +1,5 @@ // Enumerates the way Titanfall2 could be installed (Steam/Origin/EA-Desktop) +// Needs to be synced with `pub enum InstallType` in /src-tauri/src/lib.rs export enum InstallType { STEAM = 'STEAM', ORIGIN = 'ORIGIN', |