Skip to content

Commit 44c7baa

Browse files
committed
Try to point to plugin settings
1 parent 7b6217c commit 44c7baa

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/view-only.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ export const viewOnlyNotebookFactoryPlugin: JupyterFrontEndPlugin<IViewOnlyNoteb
135135
settingRegistry: ISettingRegistry,
136136
translator: ITranslator
137137
) => {
138-
const PANEL_SETTINGS = '@jupyterlab/notebook-extension:panel';
138+
const PANEL_SETTINGS = 'jupytereverywhere:plugin';
139139

140140
const toolbarFactory = createToolbarFactory(
141141
toolbarRegistry,
-4.09 KB
Loading

0 commit comments

Comments
 (0)