diff options
-rw-r--r-- | src-ui/src/main.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-ui/src/main.ts b/src-ui/src/main.ts index f8bdbe41..96481a83 100644 --- a/src-ui/src/main.ts +++ b/src-ui/src/main.ts @@ -13,7 +13,7 @@ const button_manual_find_string = "Manually select Titanfall2 install location"; interface GameInstall { game_path: string; - install_type: number; + install_type: string; } // Stores the overall state of the application |