зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1441965 - Hide synced tabs sidebar menu items with identity.fxaccounts.enabled. r=markh
MozReview-Commit-ID: DBDOvidfbls --HG-- extra : rebase_source : 6aeffe1bfaeb774758db3ba37c55a7fda6e8cafd
This commit is contained in:
Родитель
26bfe8c245
Коммит
9fb2c6c9a4
|
@ -212,6 +212,7 @@
|
|||
observes="viewHistorySidebar"
|
||||
label="&historyButton.label;"/>
|
||||
<menuitem id="menu_tabsSidebar"
|
||||
class="sync-ui-item"
|
||||
observes="viewTabsSidebar"
|
||||
label="&syncedTabs.sidebar.label;"/>
|
||||
</menupopup>
|
||||
|
|
|
@ -298,7 +298,7 @@
|
|||
</toolbarbutton>
|
||||
<toolbarbutton id="sidebar-switcher-tabs"
|
||||
label="&syncedTabs.sidebar.label;"
|
||||
class="subviewbutton subviewbutton-iconic"
|
||||
class="subviewbutton subviewbutton-iconic sync-ui-item"
|
||||
observes="viewTabsSidebar"
|
||||
oncommand="SidebarUI.show('viewTabsSidebar');">
|
||||
<observes element="viewTabsSidebar" attribute="checked"/>
|
||||
|
|
Загрузка…
Ссылка в новой задаче