Browse Source

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

Jason Grout 6 years ago
parent
commit
75b9f3ce5e
1 changed files with 5 additions and 0 deletions
  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({