mirror of https://github.com/keeweb/keeweb
Add close window item to menu on Mac
parent
3927d8b1ab
commit
2f6996c1fb
|
@ -322,7 +322,8 @@ function setMenu() {
|
|||
{
|
||||
label: 'Window',
|
||||
submenu: [
|
||||
{ accelerator: 'CmdOrCtrl+M', role: 'minimize' }
|
||||
{ accelerator: 'CmdOrCtrl+M', role: 'minimize' },
|
||||
{ accelerator: 'Command+W', role: 'close' }
|
||||
]
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue