aboutsummaryrefslogtreecommitdiff
path: root/src-ui
diff options
context:
space:
mode:
Diffstat (limited to 'src-ui')
-rw-r--r--src-ui/src/main.ts2
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