diff --git a/nwapp/index.js b/nwapp/index.js index 8be708d..e999970 100644 --- a/nwapp/index.js +++ b/nwapp/index.js @@ -92,7 +92,8 @@ function initGUI() { } gui.App.on('reopen', reopen); // When someone clicks on the dock icon, show window again. - + // proxy fix + gui.App.setProxyConfig('app=direct://'); win.on('close', function (evt) { log.trace('win:close'); if (evt === 'quit') {