mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 23:20:13 +01:00
🎨 桌面端托盘图标菜单加入 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
Add a link
Reference in a new issue