From dff6251e620767b28a81915389b16c916aac2cb0 Mon Sep 17 00:00:00 2001 From: Kurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com> Date: Thu, 10 Sep 2026 16:44:52 -0400 Subject: refactor: trim unused steam shortcut fields --- src/api/lsfgApi.ts | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/api') diff --git a/src/api/lsfgApi.ts b/src/api/lsfgApi.ts index 3643363..3d4890e 100644 --- a/src/api/lsfgApi.ts +++ b/src/api/lsfgApi.ts @@ -41,9 +41,6 @@ export interface InstalledGame { appid: string; name: string; nonSteam: boolean; - executable?: string; - arguments?: string; - startDir?: string; } export interface GlobalConfig { -- cgit v1.2.3