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