1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-02 08:40:08 +01:00

separator for select all

This commit is contained in:
Kyle Spearrin 2018-02-13 23:11:32 -05:00
parent 024a101374
commit baaebdd2ad

View File

@ -115,10 +115,11 @@ export class MenuMain {
{ role: 'undo' }, { role: 'undo' },
{ role: 'redo' }, { role: 'redo' },
{ type: 'separator' }, { type: 'separator' },
{ role: 'selectall' },
{ role: 'cut' }, { role: 'cut' },
{ role: 'copy' }, { role: 'copy' },
{ role: 'paste' }, { role: 'paste' },
{ type: 'separator' },
{ role: 'selectall' },
], ],
}, },
{ {