Skip to content

Commit

Permalink
rename status bar toggle command
Browse files Browse the repository at this point in the history
  • Loading branch information
mbektas committed Feb 15, 2019
1 parent e56129b commit d56f41d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/statusbar-extension/src/index.ts
Expand Up @@ -70,7 +70,7 @@ const statusBar: JupyterFrontEndPlugin<IStatusBar> = {
}

const category: string = 'Main Area';
const command: string = 'toggle-jp-main-statusbar';
const command: string = 'statusbar:toggle';

app.commands.addCommand(command, {
label: 'Show Status Bar',
Expand Down

0 comments on commit d56f41d

Please sign in to comment.