1
0
mirror of https://github.com/usebruno/bruno.git synced 2025-03-11 04:48:30 +01:00

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

fix(): 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', role: 'window',
submenu: [{ role: 'minimize' }, { role: 'close' }] submenu: [{ role: 'minimize' }, { role: 'close', accelerator: 'CommandOrControl+Shift+Q' }]
}, },
{ {
role: 'help', role: 'help',