1
0
Fork 1

Update patches

This commit is contained in:
Laura Hausmann 2024-04-05 15:23:17 +02:00
parent 4b78d21e9a
commit 263a2b9fd5
Signed by: zotan
GPG key ID: D044E84C5BE01605

View file

@ -83,7 +83,7 @@ index d08984b796330..3b32785b3b3cc 100644
<command id="cmd_toggleMute" oncommand="gBrowser.toggleMuteAudioOnMultiSelectedTabs(gBrowser.selectedTab)"/>
<command id="cmd_CustomizeToolbars" oncommand="gCustomizeMode.enter()"/>
@@ -75,8 +75,8 @@
<command id="Browser:ReloadSkipCache" oncommand="BrowserReloadSkipCache()" disabled="true">
<command id="Browser:ReloadSkipCache" oncommand="BrowserCommands.reloadSkipCache()" disabled="true">
<observes element="Browser:Reload" attribute="disabled"/>
</command>
- <command id="Browser:NextTab" oncommand="gBrowser.tabContainer.advanceSelectedTab(1, true);"/>