mmm consistency

This commit is contained in:
Ell 2022-03-29 16:04:55 +02:00
parent 85e9c5a0a4
commit 2980c2cb5f

View file

@ -8,13 +8,11 @@ export class CustomFrameView extends ItemView {
name: "Return to original page",
icon: "home",
action: v => v.return()
},
{
}, {
name: "Open dev tools",
icon: "binary",
action: v => v.toggleDevTools()
},
{
}, {
name: "Copy link",
icon: "link",
action: v => v.copyLink()