Skip to content
This repository was archived by the owner on Dec 27, 2022. It is now read-only.

Commit 96d84c7

Browse files
committed
Remove old menu items
1 parent 6cd0f4f commit 96d84c7

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

app/bg/ui/window-menu.js

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -565,26 +565,6 @@ export function buildWindowMenu (opts = {}) {
565565
click: function () {
566566
win.webContents.openDevTools({mode: 'detach'})
567567
}
568-
},
569-
{ type: 'separator' },
570-
{
571-
label: 'Open Hyperdrives Debug Page',
572-
enabled: !noWindows,
573-
click: function (item) {
574-
if (win) tabManager.create(win, 'beaker://active-drives/', {setActive: true})
575-
}
576-
}, {
577-
label: 'Open Dat-DNS Cache Page',
578-
enabled: !noWindows,
579-
click: function (item) {
580-
if (win) tabManager.create(win, 'beaker://hyper-dns-cache/', {setActive: true})
581-
}
582-
}, {
583-
label: 'Open Debug Log Page',
584-
enabled: !noWindows,
585-
click: function (item) {
586-
if (win) tabManager.create(win, 'beaker://debug-log/', {setActive: true})
587-
}
588568
}
589569
]
590570
},

0 commit comments

Comments
 (0)