From 76a4afdec561dba3c8956aca20add748bfa9c1b7 Mon Sep 17 00:00:00 2001 From: FTCHD <144691102+FTCHD@users.noreply.github.com> Date: Tue, 14 Oct 2025 02:37:43 +0200 Subject: [PATCH] we still checkin that tray Signed-off-by: FTCHD <144691102+FTCHD@users.noreply.github.com> --- main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.ts b/main.ts index acdb897..67fb1b9 100644 --- a/main.ts +++ b/main.ts @@ -622,7 +622,7 @@ async function checkTraySupport() { ) if (!confirmed) { - await Promise.all([new Promise((resolve) => setTimeout(resolve, 100_000)), exit(0)]) + await Promise.race([new Promise((resolve) => setTimeout(resolve, 100_000)), exit(0)]) } } }