adds selectAll to electron menu enabling CMD+A
This commit is contained in:
parent
ed2280ba28
commit
222a388eed
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ export default () => {
|
|||
{ role: 'cut' },
|
||||
{ role: 'copy' },
|
||||
{ role: 'paste' },
|
||||
{ role: 'selectAll' },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue