🎨 桌面端托盘图标菜单加入菜单项 https://github.com/siyuan-note/siyuan/issues/5046
This commit is contained in:
parent
0ab814f7e4
commit
dc9227aef4
1 changed files with 12 additions and 0 deletions
|
@ -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: () => {
|
||||
|
|
Loading…
Add table
Reference in a new issue