mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 634347 - The add-ons manager should open in the foreground regardless of browser.tabs.loadBookmarksInBackground. r=gavin
This commit is contained in:
parent
d7eae2397b
commit
e7ffc35bb7
@ -8529,7 +8529,7 @@ function switchToTabHavingURI(aURI, aOpenNew) {
|
||||
if (isBrowserWindow && isTabEmpty(gBrowser.selectedTab))
|
||||
gBrowser.selectedBrowser.loadURI(aURI.spec);
|
||||
else
|
||||
openUILinkIn(aURI.spec, "tab");
|
||||
openUILinkIn(aURI.spec, "tab", { inBackground: false });
|
||||
}
|
||||
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user