mirror of
https://github.com/agam778/MS-365-Electron.git
synced 2026-02-17 09:02:10 +00:00
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",
|
label: "Home",
|
||||||
click: () => {
|
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