Procházet zdrojové kódy

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

Jason Grout před 6 roky
rodič
revize
75b9f3ce5e
1 změnil soubory, kde provedl 5 přidání a 0 odebrání
  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({