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

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

View file

@ -393,6 +393,12 @@ const boot = () => {
shell.openExternal('https://github.com/siyuan-note/siyuan')
}
},
{
label: '中文反馈',
click: () => {
shell.openExternal('https://ld246.com/article/1649901726096')
}
},
{
label: 'Quit',
click: () => {