We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c1fe41 commit ef2fb7cCopy full SHA for ef2fb7c
src/AppCore/index.ts
@@ -596,7 +596,7 @@ export class DiscordBotClient extends EventEmitter {
596
buttons: ["Restart", "Later"],
597
})
598
.then(returnValue => {
599
- if (returnValue.response === 0) autoUpdater.quitAndInstall();
+ if (returnValue.response === 0) autoUpdater.quitAndInstall(true, true);
600
});
601
resolve(true);
602
0 commit comments