diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2026-09-10 10:33:08 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2026-09-10 10:33:08 -0400 |
| commit | 209ab92cc3baeb15ce808fc53ce9041a761d8df4 (patch) | |
| tree | ec87f5598cc3bf471e9b66e8704678035f170469 /src/types.d.ts | |
| parent | e6efa4f0ff32d520982860180a29472068aab8e2 (diff) | |
| download | decky-lsfg-vk-209ab92cc3baeb15ce808fc53ce9041a761d8df4.tar.gz decky-lsfg-vk-209ab92cc3baeb15ce808fc53ce9041a761d8df4.zip | |
only warn quit on real steam games
Diffstat (limited to 'src/types.d.ts')
| -rw-r--r-- | src/types.d.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/types.d.ts b/src/types.d.ts index df433e0..e5db40d 100644 --- a/src/types.d.ts +++ b/src/types.d.ts @@ -32,6 +32,7 @@ interface SteamApps { SetAppLaunchOptions(appId: number, options: string): void | Promise<void>; SetShortcutLaunchOptions(appId: number, options: string): void | Promise<void>; SetShortcutExe(appId: number, executable: string): void | Promise<void>; + TerminateApp(appId: string, param1: boolean): void; GetAllShortcuts?(): Promise<unknown[]>; } |
