We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fe4692 commit 77d7c0dCopy full SHA for 77d7c0d
index.js
@@ -70,8 +70,8 @@ app.on('ready', function () {
70
if(aInfo && loginCount==0){ // loginCount>0 means proxy was not autheticated
71
callback(aInfo.id,aInfo.password);
72
}else {
73
+ if(proxyPopUp) return // discard multiple popups
74
reservedLoginCallback = callback
- if(proxyPopUp) proxyPopUp.close() // discard multiple popups
75
proxyPopUp = new BrowserWindow({
76
width: 400,
77
height: 200,
0 commit comments