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 de55245 commit 6f0ba0fCopy full SHA for 6f0ba0f
src/main/menu.js
@@ -203,13 +203,6 @@ function collectionSubMenu() {
203
return {
204
label: '&Collection',
205
submenu: [
206
- {
207
- label: '&Insert Document',
208
- accelerator: 'CmdOrCtrl+D',
209
- click: function() {
210
- ipc.broadcast('window:menu-open-insert-document-dialog');
211
- }
212
- },
213
{
214
label: '&Share Schema as JSON',
215
accelerator: 'Alt+CmdOrCtrl+S',
0 commit comments