Release v1.6.82

This commit is contained in:
Sucukdeluxe
2026-03-06 16:43:49 +01:00
parent 3cf1bc825e
commit e92cf59d86
6 changed files with 51 additions and 12 deletions
+1 -1
View File
@@ -245,7 +245,7 @@ function registerIpcHandlers(): void {
if (result.started) {
updateQuitTimer = setTimeout(() => {
app.quit();
}, 2500);
}, 900);
}
return result;
});