commit ad6f5db9a446d9401636b5b25a1884c3bd5bbcb3
parent af9c57d2cf904ae31d843884db2f88cef8de62ac
Author: Jeremy Swinarton <jswinarton@mozilla.com>
Date: Wed, 22 Oct 2025 15:03:06 +0000
Bug 1994520: Add pref to enable tab notes r=sthompson
Differential Revision: https://phabricator.services.mozilla.com/D269580
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js
@@ -1052,6 +1052,12 @@ pref("browser.tabs.groups.hoverPreview.enabled", true);
pref("browser.tabs.groups.smart.enabled", true);
+#ifdef NIGHTLY_BUILD
+pref("browser.tabs.notes.enabled", true);
+#else
+pref("browser.tabs.notes.enabled", false);
+#endif
+
// KMEANS_WITH_ANCHOR or NEAREST_NEIGHBOR or LOGISTIC_REGRESSION
pref("browser.tabs.groups.smart.suggestOtherTabsMethod", "NEAREST_NEIGHBOR");
pref("browser.tabs.groups.smart.topicModelRevision", "latest");