From da6d571b2f656d6937f604dbd066cd3918a172af Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Sat, 10 Sep 2022 18:42:50 +0200 Subject: Fix using incorrect typing --- src-ui/src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src-ui') 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 -- cgit v1.2.3