Add zoom items to menu template

This commit is contained in:
Kevin Sawicki 2016-08-08 11:09:24 -07:00
parent af607f8b67
commit 11b14f7621

View file

@ -71,6 +71,18 @@ const template = [
{ {
type: 'separator' type: 'separator'
}, },
{
role: 'resetzoom'
},
{
role: 'zoomin'
},
{
role: 'zoomout'
},
{
type: 'separator'
},
{ {
role: 'togglefullscreen' role: 'togglefullscreen'
} }