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

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',