This commit is contained in:
Jean Ouina 2020-05-23 00:59:02 +02:00
parent eaf5fa5f20
commit 3c0be49a34
2 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,7 @@ module.exports = {
yauzl: `yauzl`,
mkdirp: `mkdirp`,
request: `request`,
"node-fetch": "node-fetch",
"glasstron": "glasstron"
"node-fetch": "node-fetch"
},
resolve: {
extensions: [".js", ".jsx"],

View File

@ -330,6 +330,7 @@ function setBackgroundColor(color) {
function launchMainAppWindow(isVisible) {
if (mainWindow) {
// TODO: message here?
console.log("[MainScreen] Destroying window "+mainWindow.id)
mainWindow.destroy();
}