we still checkin that tray

Signed-off-by: FTCHD <144691102+FTCHD@users.noreply.github.com>
This commit is contained in:
FTCHD
2025-10-14 02:37:43 +02:00
parent 789a83c9f5
commit 76a4afdec5
+1 -1
View File
@@ -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)])
}
}
}