mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 07:48:38 +09:00
align Basilisk sidebar context menu behaviour with Pale Moon
This commit is contained in:
parent
5345ccd8b6
commit
56963761a3
1 changed files with 15 additions and 0 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue