Browse Source

Add zoom items to menu template

Kevin Sawicki 8 years ago
parent
commit
11b14f7621
1 changed files with 12 additions and 0 deletions
  1. 12 0
      docs/api/menu.md

+ 12 - 0
docs/api/menu.md

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