Skip to content

Commit 283377c

Browse files
committed
update new drive command
1 parent 852a438 commit 283377c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/plugins/driveBrowserPlugin.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ namespace Private {
333333
app.commands.addCommand(CommandIDs.createNewDrive, {
334334
execute: async () => {
335335
return showDialog({
336-
title: 'Create New Drive',
336+
title: 'New Drive',
337337
body: new Private.CreateDriveHandler(drive.name),
338338
focusNodeSelector: 'input',
339339
buttons: [
@@ -349,14 +349,14 @@ namespace Private {
349349
}
350350
});
351351
},
352-
label: 'Create New Drive',
352+
label: 'New Drive',
353353
icon: driveBrowserIcon.bindprops({ stylesheet: 'menuItem' })
354354
});
355355

356356
app.contextMenu.addItem({
357357
command: CommandIDs.createNewDrive,
358358
selector: '#drive-file-browser.jp-SidePanel .jp-DirListing-content',
359-
rank: 10
359+
rank: 100
360360
});
361361
}
362362
}

0 commit comments

Comments
 (0)