From f7092e00757e1db4dde7c4b4080a60d23eb9db3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Digimezzo=20Rapha=C3=ABl?= Date: Fri, 13 Dec 2024 06:44:28 +0100 Subject: [PATCH] Test --- main.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.ts b/main.ts index 88a2337b..0212e0e5 100644 --- a/main.ts +++ b/main.ts @@ -482,9 +482,9 @@ try { isQuit = true; }); - app.on('will-quit', () => { - // discordUpdater.shutdown(); - }); + // app.on('will-quit', () => { + // // discordUpdater.shutdown(); + // }); app.whenReady().then(() => { // See: https://github.com/electron/electron/issues/23757