align Basilisk sidebar context menu behaviour with Pale Moon

This commit is contained in:
yami 2018-10-20 19:37:35 +02:00 committed by Roy Tam
commit 56963761a3

View file

@ -44,6 +44,21 @@
disabled="true"/>
<command id="Browser:Stop" oncommand="PanelBrowserStop();"/>
<command id="Browser:Reload" oncommand="PanelBrowserReload();"/>
<command id="Browser:BackOrBackDuplicate"
oncommand="getPanelBrowser().webNavigation.goBack(event);"
disabled="true">
<observes element="Browser:Back" attribute="disabled"/>
</command>
<command id="Browser:ForwardOrForwardDuplicate"
oncommand="getPanelBrowser().webNavigation.goForward(event);"
disabled="true">
<observes element="Browser:Forward" attribute="disabled"/>
</command>
<command id="Browser:ReloadOrDuplicate"
oncommand="PanelBrowserReload(event)"
disabled="true">
<observes element="Browser:Reload" attribute="disabled"/>
</command>
</commandset>
<popupset id="mainPopupSet">