feat(#253): hide hotkey

This commit is contained in:
Anoop M D 2023-10-08 00:55:09 +05:30
parent ed95b8349e
commit faf8581ddf

View File

@ -24,7 +24,10 @@ const template = [
{ role: 'cut' },
{ role: 'copy' },
{ role: 'paste' },
{ role: 'selectAll' }
{ role: 'selectAll' },
{ type: 'separator' },
{ role: 'hide' },
{ role: 'hideOthers' }
]
},
{