Forráskód Böngészése

Add log out to the command palette next to shut down.

Jason Grout 6 éve
szülő
commit
75b9f3ce5e
1 módosított fájl, 5 hozzáadás és 0 törlés
  1. 5 0
      packages/mainmenu-extension/src/index.ts

+ 5 - 0
packages/mainmenu-extension/src/index.ts

@@ -207,6 +207,11 @@ const plugin: JupyterFrontEndPlugin<IMainMenu> = {
         command: CommandIDs.shutdown,
         category: 'Main Area'
       });
+      palette.addItem({
+        command: CommandIDs.logout,
+        category: 'Main Area'
+      });
+
     }
 
     palette.addItem({