mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-14 10:16:26 +00:00
Add BoostHub link to menu
This commit is contained in:
@@ -472,9 +472,21 @@ const help = {
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const team = {
|
||||||
|
label: 'For Team',
|
||||||
|
submenu: [
|
||||||
|
{
|
||||||
|
label: 'BoostHub',
|
||||||
|
click: async () => {
|
||||||
|
shell.openExternal('https://boosthub.io/')
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
||||||
module.exports =
|
module.exports =
|
||||||
process.platform === 'darwin'
|
process.platform === 'darwin'
|
||||||
? [boost, file, edit, view, window, help]
|
? [boost, file, edit, view, window, team, help]
|
||||||
: process.platform === 'win32'
|
: process.platform === 'win32'
|
||||||
? [boost, file, view, help]
|
? [boost, file, view, team, help]
|
||||||
: [file, view, help]
|
: [file, view, team, help]
|
||||||
|
|||||||
Reference in New Issue
Block a user