diff options
Diffstat (limited to 'src-vue')
-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', |