diff --git a/index.js b/index.js index 9cd98f1..e0478ab 100644 --- a/index.js +++ b/index.js @@ -205,7 +205,7 @@ function showMainWindow() { require("shell").openExternal("https://discord.gg/DYavckB"); break; default: - mainWindow.webContents.loadURL(url); + mainWindow.loadURL(url); } }); }