Update Home URL in menu
The Home option will now load the custom home page set by the user (if any)
This commit is contained in:
@@ -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")}`
|
||||
);
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user