Browse Source

Ajout dernier menu

Arthur Brandao 5 years ago
parent
commit
da61653e63
1 changed files with 8 additions and 2 deletions
  1. 8 2
      app/main/application-menu.js

+ 8 - 2
app/main/application-menu.js

@@ -30,9 +30,15 @@ let template = [
     label: 'Demo',
     submenu: [
       {
-        label: 'Test',
+        label: 'Calcul nombre premier',
         click: () => {
-          console.log('Reset');
+          console.log('prime-number');
+        }
+      },
+      {
+        label: 'Reduire l\'application',
+        click: () => {
+          console.log('tray+notif');
         }
       }
     ]