diff options
author | Matt A. Tobin <email@mattatobin.com> | 2019-04-13 06:52:08 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2019-04-13 06:52:08 -0400 |
commit | 0ea4dabdeaa5e3f198bece363fa45c032b9f3cb7 (patch) | |
tree | 9055c7791434c8502f7f075bb2a694a57d62e078 /application/basilisk/base/content/browser-menubar.inc | |
parent | 8e5056ce2fa45726c5498c04808b7b4b9ee107e0 (diff) | |
download | UXP-0ea4dabdeaa5e3f198bece363fa45c032b9f3cb7.tar UXP-0ea4dabdeaa5e3f198bece363fa45c032b9f3cb7.tar.gz UXP-0ea4dabdeaa5e3f198bece363fa45c032b9f3cb7.tar.lz UXP-0ea4dabdeaa5e3f198bece363fa45c032b9f3cb7.tar.xz UXP-0ea4dabdeaa5e3f198bece363fa45c032b9f3cb7.zip |
[BASILISK] Restore Tabs from Other Devices history menu item and Add First Sync Progress
Diffstat (limited to 'application/basilisk/base/content/browser-menubar.inc')
-rw-r--r-- | application/basilisk/base/content/browser-menubar.inc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/application/basilisk/base/content/browser-menubar.inc b/application/basilisk/base/content/browser-menubar.inc index 0af0cc1c7..042a2e8a8 100644 --- a/application/basilisk/base/content/browser-menubar.inc +++ b/application/basilisk/base/content/browser-menubar.inc @@ -314,11 +314,13 @@ key="key_sanitize" command="Tools:Sanitize"/> <menuseparator id="sanitizeSeparator"/> +#ifdef MOZ_SERVICES_SYNC <menuitem id="sync-tabs-menuitem" class="syncTabsMenuItem" - label="&syncTabsMenu3.label;" + label="&syncTabsMenu2.label;" oncommand="BrowserOpenSyncTabs();" - hidden="true"/> + disabled="true"/> +#endif <menuitem id="historyRestoreLastSession" label="&historyRestoreLastSession.label;" command="Browser:RestoreLastSession"/> |