fix(menu): new page struct update in menu list
This commit is contained in:
parent
064c93c176
commit
a44769d350
@ -14,7 +14,7 @@ export const manageMenuTemplateFunc = () => ({
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: __("Search"),
|
label: __("Feed"),
|
||||||
accelerator: "CmdOrCtrl+n",
|
accelerator: "CmdOrCtrl+n",
|
||||||
click: () => {
|
click: () => {
|
||||||
BrowserWindow.getFocusedWindow().webContents.send('url', '/')
|
BrowserWindow.getFocusedWindow().webContents.send('url', '/')
|
||||||
@ -26,6 +26,13 @@ export const manageMenuTemplateFunc = () => ({
|
|||||||
click: () => {
|
click: () => {
|
||||||
BrowserWindow.getFocusedWindow().webContents.send('url', '/top')
|
BrowserWindow.getFocusedWindow().webContents.send('url', '/top')
|
||||||
},
|
},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: __("Activity"),
|
||||||
|
accelerator: "CmdOrCtrl+m",
|
||||||
|
click: () => {
|
||||||
|
BrowserWindow.getFocusedWindow().webContents.send('url', '/activity')
|
||||||
|
},
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user