This is an automated email from the git hooks/post-receive script.
pierov pushed a commit to branch tor-browser-102.4.0esr-12.0-1 in repository tor-browser.
commit be9556482bb6a3875e1aeaecd8528af0b87bbc47 Author: Pier Angelo Vendrame pierov@torproject.org AuthorDate: Mon Oct 24 08:59:09 2022 +0200
fixup! Bug 10760: Integrate TorButton to TorBrowser core
Bug 41387: Move new circuit to the main menu panel --- browser/base/content/appmenu-viewcache.inc.xhtml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/browser/base/content/appmenu-viewcache.inc.xhtml b/browser/base/content/appmenu-viewcache.inc.xhtml index 49bfae1959fa..cb685a3d0f52 100644 --- a/browser/base/content/appmenu-viewcache.inc.xhtml +++ b/browser/base/content/appmenu-viewcache.inc.xhtml @@ -61,6 +61,11 @@ <toolbarbutton id="appMenu-new-identity" class="subviewbutton" key="new-identity-key"/> + <toolbarbutton id="appMenuNewCircuit" + class="subviewbutton" + key="torbutton-new-circuit-key" + label="&torbutton.context_menu.new_circuit_sentence_case;" + oncommand="torbutton_new_circuit();"/> <toolbarseparator/> <toolbarbutton id="appMenu-bookmarks-button" class="subviewbutton subviewbutton-nav" @@ -182,11 +187,6 @@ class="subviewbutton" command="Browser:RestoreLastSession" hidden="true"/> - <toolbarbutton id="appMenuNewCircuit" - class="subviewbutton" - key="torbutton-new-circuit-key" - label="&torbutton.context_menu.new_circuit_sentence_case;" - oncommand="torbutton_new_circuit();"/> <toolbarseparator/> <toolbarbutton id="appMenuClearRecentHistory" data-l10n-id="appmenu-clear-history"