mirror of
https://github.com/usebruno/bruno.git
synced 2025-08-18 00:29:51 +02:00
feat(#253): hide hotkey
This commit is contained in:
@@ -24,7 +24,10 @@ const template = [
|
||||
{ role: 'cut' },
|
||||
{ role: 'copy' },
|
||||
{ role: 'paste' },
|
||||
{ role: 'selectAll' }
|
||||
{ role: 'selectAll' },
|
||||
{ type: 'separator' },
|
||||
{ role: 'hide' },
|
||||
{ role: 'hideOthers' }
|
||||
]
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user