🎨 桌面端托盘图标菜单加入 Hide Window
https://github.com/siyuan-note/siyuan/issues/5025
This commit is contained in:
parent
503df53889
commit
4bcd364f80
1 changed files with 6 additions and 0 deletions
|
@ -375,6 +375,12 @@ const boot = () => {
|
|||
mainWindow.show()
|
||||
},
|
||||
},
|
||||
{
|
||||
label: 'Hide Window',
|
||||
click: () => {
|
||||
mainWindow.hide()
|
||||
},
|
||||
},
|
||||
{
|
||||
label: 'Quit',
|
||||
click: () => {
|
||||
|
|
Loading…
Add table
Reference in a new issue