🎨 桌面端托盘图标菜单加入菜单项 https://github.com/siyuan-note/siyuan/issues/5046

This commit is contained in:
Liang Ding 2022-05-30 09:54:04 +08:00
parent 0ab814f7e4
commit dc9227aef4
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -381,6 +381,18 @@ const boot = () => {
mainWindow.hide()
},
},
{
label: 'Official Website',
click: () => {
shell.openExternal('https://b3log.org/siyuan/')
}
},
{
label: 'Open Source',
click: () => {
shell.openExternal('https://github.com/siyuan-note/siyuan')
}
},
{
label: 'Quit',
click: () => {