mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-23 01:50:12 +01:00
🎨 桌面端托盘图标菜单加入菜单项 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()
|
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',
|
label: 'Quit',
|
||||||
click: () => {
|
click: () => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue