aboutsummaryrefslogtreecommitdiff
path: root/src-vue/src/utils
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+git@pm.me>2023-07-24 00:41:38 +0200
committerGeckoEidechse <gecko.eidechse+git@pm.me>2023-07-24 00:41:38 +0200
commit59ff6871f74d164a8d2d308094d5c8fd253d03e5 (patch)
tree047c0bf481423ed34b8408fa69147b13873451fa /src-vue/src/utils
parentf2d5d62366b80ad596824853bdcf72e1dc296243 (diff)
downloadFlightCore-59ff6871f74d164a8d2d308094d5c8fd253d03e5.tar.gz
FlightCore-59ff6871f74d164a8d2d308094d5c8fd253d03e5.zip
refactor: Remove all of arg store again
Diffstat (limited to 'src-vue/src/utils')
-rw-r--r--src-vue/src/utils/GameInstall.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src-vue/src/utils/GameInstall.ts b/src-vue/src/utils/GameInstall.ts
index 22081afc..07358f6c 100644
--- a/src-vue/src/utils/GameInstall.ts
+++ b/src-vue/src/utils/GameInstall.ts
@@ -1,5 +1,4 @@
export interface GameInstall {
game_path: string;
- launch_parameters: string;
install_type: string;
}