Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
digimezzo committed Dec 13, 2024
1 parent 1d4ceca commit f7092e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f7092e0

Please sign in to comment.