mirror of
https://github.com/bitwarden/browser
synced 2026-01-04 01:23:57 +00:00
[PM-19579] - add sshKey option to desktop (#14402)
* add sshKey option to desktop * fix add new sshKey * revert removal of catch * revert removal of catch
This commit is contained in:
@@ -103,6 +103,12 @@ export class FileMenu extends FirstMenu implements IMenubarMenu {
|
||||
click: () => this.sendMessage("newSecureNote"),
|
||||
accelerator: "CmdOrCtrl+Shift+S",
|
||||
},
|
||||
{
|
||||
id: "typeSshKey",
|
||||
label: this.localize("typeSshKey"),
|
||||
click: () => this.sendMessage("newSshKey"),
|
||||
accelerator: "CmdOrCtrl+Shift+K",
|
||||
},
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user