From 209ab92cc3baeb15ce808fc53ce9041a761d8df4 Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Thu, 10 Sep 2026 10:33:08 -0400 Subject: only warn quit on real steam games --- src/types.d.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/types.d.ts') 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; SetShortcutLaunchOptions(appId: number, options: string): void | Promise; SetShortcutExe(appId: number, executable: string): void | Promise; + TerminateApp(appId: string, param1: boolean): void; GetAllShortcuts?(): Promise; } -- cgit v1.2.3