浏览代码

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

Jason Grout 6 年之前
父节点
当前提交
75b9f3ce5e
共有 1 个文件被更改,包括 5 次插入0 次删除
  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({