Skip to content

Commit

Permalink
Fix Popping up login
Browse files Browse the repository at this point in the history
  • Loading branch information
snaildos committed Nov 19, 2021
1 parent 857ad8b commit 7c9e699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,12 +155,12 @@ function createloginWindow() {
minWidth: 800,
minHeight: 400,
center: true,
hide: true,
webPreferences: {
nodeIntegration: true,
contextIsolation: false,
}
}));
loginWindow.hide()
loginWindow.on('close', function (event) {
event.preventDefault();
const notification4 = {
Expand Down

0 comments on commit 7c9e699

Please sign in to comment.