tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit ebdea8824e24d8a6e6712db398e3efba652434df
parent 5ee186d60228c2d8747b00454cce6e402ed7ecb6
Author: Mark Hammond <mhammond@skippinet.com.au>
Date:   Mon,  1 Dec 2025 19:48:53 +0000

Bug 2002309 - Fix double separators in tab context menu if fxa is disabled entirely. r=skhamis

Differential Revision: https://phabricator.services.mozilla.com/D274354

Diffstat:
Mbrowser/base/content/main-popupset.inc.xhtml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/browser/base/content/main-popupset.inc.xhtml b/browser/base/content/main-popupset.inc.xhtml @@ -99,7 +99,7 @@ data-l10n-args='{"tabCount": 1}'> <menupopup id="context_sendTabToDevicePopupMenu" class="sync-ui-item"/> </menu> - <menuseparator id="context_sendTabToDeviceSeparator"/> + <menuseparator id="context_sendTabToDeviceSeparator" class="sync-ui-item"/> <menuitem id="context_closeTab" data-lazy-l10n-id="tab-context-close-n-tabs" data-l10n-args='{"tabCount": 1}'/>