1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-21 07:06:39 +02:00

Merge pull request #1103 from umlx5h/develop

Add close window item to menu on Mac
This commit is contained in:
antelle 2019-02-05 19:14:41 +01:00 committed by GitHub
commit 51a8568d4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -322,7 +322,8 @@ function setMenu() {
{
label: 'Window',
submenu: [
{ accelerator: 'CmdOrCtrl+M', role: 'minimize' }
{ accelerator: 'CmdOrCtrl+M', role: 'minimize' },
{ accelerator: 'Command+W', role: 'close' }
]
}
];