Skip to content

Commit 6f0ba0f

Browse files
authored
Remove the insert document menu item (#1340)
1 parent de55245 commit 6f0ba0f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/main/menu.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -203,13 +203,6 @@ function collectionSubMenu() {
203203
return {
204204
label: '&Collection',
205205
submenu: [
206-
{
207-
label: '&Insert Document',
208-
accelerator: 'CmdOrCtrl+D',
209-
click: function() {
210-
ipc.broadcast('window:menu-open-insert-document-dialog');
211-
}
212-
},
213206
{
214207
label: '&Share Schema as JSON',
215208
accelerator: 'Alt+CmdOrCtrl+S',

0 commit comments

Comments
 (0)