mirror of
https://github.com/Lightcord/Lightcord.git
synced 2025-04-12 00:55:40 +02:00
misc
This commit is contained in:
parent
eaf5fa5f20
commit
3c0be49a34
@ -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"],
|
||||
|
@ -330,6 +330,7 @@ function setBackgroundColor(color) {
|
||||
function launchMainAppWindow(isVisible) {
|
||||
if (mainWindow) {
|
||||
// TODO: message here?
|
||||
console.log("[MainScreen] Destroying window "+mainWindow.id)
|
||||
mainWindow.destroy();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user