diff --git a/app/main.js b/app/main.js index 3bd1279..f4a2799 100644 --- a/app/main.js +++ b/app/main.js @@ -176,7 +176,6 @@ app.on("web-contents-created", (event, contents) => { return { action: "deny" }; } } else { - shell.openExternal(url); return { action: "deny" }; } } else {