diff options
| author | Kurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com> | 2026-09-10 16:44:52 -0400 |
|---|---|---|
| committer | Kurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com> | 2026-09-10 16:44:52 -0400 |
| commit | dff6251e620767b28a81915389b16c916aac2cb0 (patch) | |
| tree | f64467ce2fcd657c3a8362b7cf3c71bf13b3e776 /src | |
| parent | 5b5f9df2b13f7502e897de56af6b7cc84eca2176 (diff) | |
| download | decky-lsfg-vk-dff6251e620767b28a81915389b16c916aac2cb0.tar.gz decky-lsfg-vk-dff6251e620767b28a81915389b16c916aac2cb0.zip | |
refactor: trim unused steam shortcut fields
Diffstat (limited to 'src')
| -rw-r--r-- | src/api/lsfgApi.ts | 3 |
1 files changed, 0 insertions, 3 deletions
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 { |
