fix(#529): Fix Ctrl+W closes Bruno

The default shortcut to close in the menu is Ctrl+W, I changed it
to Ctrl+Shift+Q because firefox uses this shortcut for closing
This commit is contained in:
Its-treason 2023-10-11 22:09:11 +02:00
parent 36caa5c2d3
commit 72521a6007

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