From 9783834314956ea4765faadff7ae964151a7ff18 Mon Sep 17 00:00:00 2001 From: Kurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com> Date: Thu, 10 Sep 2026 16:45:15 -0400 Subject: refactor: trim unused steam detail fields --- src/types.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/types.d.ts b/src/types.d.ts index ebcf32c..4adad61 100644 --- a/src/types.d.ts +++ b/src/types.d.ts @@ -16,7 +16,6 @@ declare module "*.jpg" { interface SteamAppDetails { strLaunchOptions?: string; strShortcutLaunchOptions?: string; - strShortcutStartDir?: string; } interface SteamAppDetailsRegistration { -- cgit v1.2.3