mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
Remove white window bug
This commit is contained in:
parent
e27b23e3b0
commit
14caf54e50
1 changed files with 1 additions and 0 deletions
1
main.js
1
main.js
|
@ -59,6 +59,7 @@ function createWindow() {
|
||||||
{
|
{
|
||||||
label: "Quit",
|
label: "Quit",
|
||||||
click: function () {
|
click: function () {
|
||||||
|
mainWindow.destroy();
|
||||||
app.isQuiting = true;
|
app.isQuiting = true;
|
||||||
app.quit();
|
app.quit();
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue