We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4914bfe commit e8201a5Copy full SHA for e8201a5
schema/drives-file-browser.json
@@ -28,8 +28,8 @@
28
"rank": 40
29
},
30
{
31
- "name": "new-drive",
32
- "command": "drives:create-new-drive",
+ "name": "drives-manager",
+ "command": "drives:open-drives-dialog",
33
"label": "",
34
"rank": 5
35
}
src/plugins/driveDialogPlugin.ts
@@ -74,11 +74,5 @@ export const openDriveDialogPlugin: JupyterFrontEndPlugin<void> = {
74
caption: trans.__('Manage drives listed in filebrowser.'),
75
label: trans.__('Manage listed drives')
76
});
77
-
78
- app.contextMenu.addItem({
79
- command: CommandIDs.openDrivesDialog,
80
- selector: '#drive-file-browser.jp-SidePanel',
81
- rank: 100
82
- });
83
84
};
0 commit comments