Remove white window bug

This commit is contained in:
smartfridge 2021-05-05 20:16:42 +02:00
parent e27b23e3b0
commit 14caf54e50
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ function createWindow() {
{
label: "Quit",
click: function () {
mainWindow.destroy();
app.isQuiting = true;
app.quit();
},