diff --git a/app/config/menu.js b/app/config/menu.js index 9b81b41..ee55600 100644 --- a/app/config/menu.js +++ b/app/config/menu.js @@ -676,7 +676,9 @@ const menulayout = [ { label: "Home", click: () => { - BrowserWindow.getFocusedWindow().loadURL(`${getValue("enterprise-or-normal")}`); + BrowserWindow.getFocusedWindow().loadURL( + `https://microsoft365.com/${getValue("custompage")}/${getValue("enterpriseOrNormal")}` + ); }, }, ],