From faf8581ddf5d4ad4ba6d2831b094fa3e6c2bc94e Mon Sep 17 00:00:00 2001 From: Anoop M D Date: Sun, 8 Oct 2023 00:55:09 +0530 Subject: [PATCH] feat(#253): hide hotkey --- packages/bruno-electron/src/app/menu-template.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/bruno-electron/src/app/menu-template.js b/packages/bruno-electron/src/app/menu-template.js index 2efd93cd..6b470772 100644 --- a/packages/bruno-electron/src/app/menu-template.js +++ b/packages/bruno-electron/src/app/menu-template.js @@ -24,7 +24,10 @@ const template = [ { role: 'cut' }, { role: 'copy' }, { role: 'paste' }, - { role: 'selectAll' } + { role: 'selectAll' }, + { type: 'separator' }, + { role: 'hide' }, + { role: 'hideOthers' } ] }, {