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:
parent
024a101374
commit
baaebdd2ad
@ -115,10 +115,11 @@ export class MenuMain {
|
||||
{ role: 'undo' },
|
||||
{ role: 'redo' },
|
||||
{ type: 'separator' },
|
||||
{ role: 'selectall' },
|
||||
{ role: 'cut' },
|
||||
{ role: 'copy' },
|
||||
{ role: 'paste' },
|
||||
{ type: 'separator' },
|
||||
{ role: 'selectall' },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user