summaryrefslogtreecommitdiff
path: root/src/types.d.ts
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2026-09-10 10:33:08 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2026-09-10 10:33:08 -0400
commit209ab92cc3baeb15ce808fc53ce9041a761d8df4 (patch)
treeec87f5598cc3bf471e9b66e8704678035f170469 /src/types.d.ts
parente6efa4f0ff32d520982860180a29472068aab8e2 (diff)
downloaddecky-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.ts1
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[]>;
}