diff options
| author | Kurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com> | 2026-09-10 16:45:15 -0400 |
|---|---|---|
| committer | Kurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com> | 2026-09-10 16:45:15 -0400 |
| commit | 9783834314956ea4765faadff7ae964151a7ff18 (patch) | |
| tree | f7a9475dbf5f47b972ca0fe02065ff91965d27e9 /src | |
| parent | 252079e1df34329db1e3dc11c66c8c9d40a3a616 (diff) | |
| download | decky-lsfg-vk-9783834314956ea4765faadff7ae964151a7ff18.tar.gz decky-lsfg-vk-9783834314956ea4765faadff7ae964151a7ff18.zip | |
refactor: trim unused steam detail fields
Diffstat (limited to 'src')
| -rw-r--r-- | src/types.d.ts | 1 |
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 { |
