We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41b4f4e commit 00d09a7Copy full SHA for 00d09a7
chrome/content/tabutils.js
@@ -513,9 +513,14 @@ tabutils._singleWindowMode = function() {
513
tabutils.addEventListener(window, "popupshown", function(event) {
514
var singleWindowMode = TU_getPref("extensions.tabutils.singleWindowMode", false);
515
[
516
+ "appmenu_newNavigator",
517
+ "appmenu_newPrivateWindow",
518
+ "appmenu_recentlyClosedWindowsMenu",
519
"menu_newNavigator",
520
+ "menu_newPrivateWindow",
521
"historyUndoWindowMenu",
522
"context-openlink",
523
+ "context-openlinkprivate",
524
"context-openframe",
525
"placesContext_open:newwindow"
526
].forEach(function(aId) {
0 commit comments