Merge pull request #540 from Its-treason/fix/ctrl-w-closes-bruno-unexpectedly

fix(#529): Fix Ctrl+W closes Bruno
This commit is contained in:
Anoop M D 2023-10-18 21:21:06 +05:30 committed by GitHub
commit 2d29eaa31a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ const template = [
},
{
role: 'window',
submenu: [{ role: 'minimize' }, { role: 'close' }]
submenu: [{ role: 'minimize' }, { role: 'close', accelerator: 'CommandOrControl+Shift+Q' }]
},
{
role: 'help',