summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com>2026-09-10 16:45:15 -0400
committerKurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com>2026-09-10 16:45:15 -0400
commit9783834314956ea4765faadff7ae964151a7ff18 (patch)
treef7a9475dbf5f47b972ca0fe02065ff91965d27e9
parent252079e1df34329db1e3dc11c66c8c9d40a3a616 (diff)
downloaddecky-lsfg-vk-9783834314956ea4765faadff7ae964151a7ff18.tar.gz
decky-lsfg-vk-9783834314956ea4765faadff7ae964151a7ff18.zip
refactor: trim unused steam detail fields
-rw-r--r--src/types.d.ts1
1 files changed, 0 insertions, 1 deletions
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 {