Skip to content

Commit 3476a56

Browse files
committed
Try to point to plugin settings
1 parent f64e234 commit 3476a56

File tree

1 file changed

+1
-1
lines changed

1 file 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,

0 commit comments

Comments
 (0)