Skip to content

Commit

Permalink
Add log out to the command palette next to shut down.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongrout committed May 2, 2019
1 parent 04b76e7 commit 75b9f3c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/mainmenu-extension/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,11 @@ const plugin: JupyterFrontEndPlugin<IMainMenu> = {
command: CommandIDs.shutdown,
category: 'Main Area'
});
palette.addItem({
command: CommandIDs.logout,
category: 'Main Area'
});

}

palette.addItem({
Expand Down

0 comments on commit 75b9f3c

Please sign in to comment.