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

This commit is contained in:
Liang Ding 2022-05-27 18:24:59 +08:00
parent 503df53889
commit 4bcd364f80
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -375,6 +375,12 @@ const boot = () => {
mainWindow.show()
},
},
{
label: 'Hide Window',
click: () => {
mainWindow.hide()
},
},
{
label: 'Quit',
click: () => {