adds selectAll to electron menu enabling CMD+A

This commit is contained in:
Jessop Breth 2019-09-03 11:48:53 -04:00 committed by Sean Yesmunt
parent ed2280ba28
commit 222a388eed

View file

@ -15,6 +15,7 @@ export default () => {
{ role: 'cut' }, { role: 'cut' },
{ role: 'copy' }, { role: 'copy' },
{ role: 'paste' }, { role: 'paste' },
{ role: 'selectAll' },
], ],
}, },
{ {