Skip to content

Commit

Permalink
Enable ext manager cmd if builder is available
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed May 13, 2019
1 parent 5031e87 commit 0b1a40d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/extensionmanager-extension/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ const plugin: JupyterFrontEndPlugin<void> = {
registry.set(plugin.id, 'enabled', !enabled);
}
},
isToggled: () => enabled
isToggled: () => enabled,
isEnabled: () => serviceManager.builder.isAvailable
});

const category = 'Extension Manager';
Expand Down

0 comments on commit 0b1a40d

Please sign in to comment.