mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
Fix toggle homebar menu item.
This commit is contained in:
parent
ad876c4912
commit
50a1f348cb
@ -134,6 +134,7 @@
|
||||
<command id="cmd_ViewDeckSearch" oncommand="BrowserViewDeckSearch()"/>
|
||||
<command id="cmd_ViewDeckDefault" oncommand="BrowserViewDeckDefault()"/>
|
||||
<command id="cmd_ViewFind" oncommand="BrowserViewFind()" />
|
||||
<command id="cmd_ViewHomebar" oncommand="BrowserViewHomebar()" />
|
||||
<command id="cmd_ViewDownload" oncommand="BrowserViewDownload(true)" />
|
||||
<command id="cmd_ViewDownloadHidden" oncommand="BrowserViewDownload(false)" />
|
||||
<command id="cmd_BrowserOpenLinkAsNewTab" oncommand="BrowserOpenLinkAsTab()" />
|
||||
@ -332,6 +333,9 @@
|
||||
command="cmd_ViewFind"
|
||||
label="&findToolbar.label;" />
|
||||
|
||||
<menuitem id="command_ViewHomeBar"
|
||||
command="cmd_ViewHomebar"
|
||||
label="&homebarToolbar.label;" />
|
||||
<!--
|
||||
<menuitem id="command_ViewDownload"
|
||||
command="cmd_ViewDownload"
|
||||
|
Loading…
Reference in New Issue
Block a user