diff --git a/src/main/app.ts b/src/main/app.ts index 4cdabd830..4f6444e1d 100644 --- a/src/main/app.ts +++ b/src/main/app.ts @@ -526,10 +526,10 @@ export class KandoApp { // Make sure that closing the menu window just hides it instead of actually closing it. this.menuWindow.on('close', (event) => { - if (!this.isQuitting) { - event.preventDefault(); - this.menuWindow.hide(); - } + // if (!this.isQuitting) { + // event.preventDefault(); + // this.menuWindow.hide(); + // } }); }