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: 'cut' },
|
||||||
{ role: 'copy' },
|
{ role: 'copy' },
|
||||||
{ role: 'paste' },
|
{ role: 'paste' },
|
||||||
|
{ role: 'selectAll' },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue