mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
Add zoom items to menu template
This commit is contained in:
@@ -71,6 +71,18 @@ const template = [
|
||||
{
|
||||
type: 'separator'
|
||||
},
|
||||
{
|
||||
role: 'resetzoom'
|
||||
},
|
||||
{
|
||||
role: 'zoomin'
|
||||
},
|
||||
{
|
||||
role: 'zoomout'
|
||||
},
|
||||
{
|
||||
type: 'separator'
|
||||
},
|
||||
{
|
||||
role: 'togglefullscreen'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user