mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
hideToMenuBar
This commit is contained in:
@@ -442,7 +442,7 @@ export class MenuMain extends BaseMenu {
|
||||
}
|
||||
|
||||
(template[template.length - 2].submenu as MenuItemConstructorOptions[]).splice(1, 0, {
|
||||
label: this.main.i18nService.t('hideToTray'),
|
||||
label: this.main.i18nService.t(process.platform === 'darwin' ? 'hideToMenuBar' : 'hideToTray'),
|
||||
click: () => this.main.messagingService.send('hideToTray'),
|
||||
accelerator: 'CmdOrCtrl+Shift+M',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user