Skip to content

Commit f0b4f1c

Browse files
committed
Fix menu entries in tree and editor views
1 parent c53c33b commit f0b4f1c

File tree

1 file changed

+1
-1
lines changed
  • packages/application-extension/src

1 file changed

+1
-1
lines changed

packages/application-extension/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ const menus: JupyterFrontEndPlugin<void> = {
229229
// always disable the Tabs menu
230230
menu.tabsMenu.dispose();
231231

232-
const page = PageConfig.getOption('retroPage');
232+
const page = PageConfig.getOption('notebookPage');
233233
switch (page) {
234234
case 'consoles':
235235
case 'terminals':

0 commit comments

Comments
 (0)