Skip to content

Commit

Permalink
chore: follow bug 1916622 - Remove the browser.tabs.tabmanager.enable…
Browse files Browse the repository at this point in the history
…d pref
  • Loading branch information
onemen committed Sep 7, 2024
1 parent 10318dc commit 7a5eab7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions addon/modules/TabmixSvc.jsm
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,10 @@ TabmixSvc = {
prefs.setCharPref(TabmixSvc.newtabUrl, TabmixSvc.aboutNewtab);
ChromeUtils.import("chrome://tabmix-resource/content/NewTabURL.jsm");
}

if (isVersion(1320)) {
prefs.setBoolPref("browser.tabs.tabmanager.enabled", true);
}
},

observe(aSubject, aTopic) {
Expand Down

0 comments on commit 7a5eab7

Please sign in to comment.