Bug 1815240 - Reference Nimbus variable in persist search tip check - r=adw

Differential Revision: https://phabricator.services.mozilla.com/D168967
This commit is contained in:
James Teow 2023-02-06 17:43:42 +00:00
Родитель 7b696ae36a
Коммит e4c80204c3
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -405,7 +405,7 @@ class ProviderSearchTips extends UrlbarProvider {
// a specific tip can be shown to the user, and the
// the url is a default SERP.
let shouldShowPersistTip =
lazy.UrlbarPrefs.get("showSearchTerms.featureGate") &&
lazy.UrlbarPrefs.isPersistedSearchTermsEnabled() &&
(lazy.UrlbarPrefs.get(`tipShownCount.${TIPS.PERSIST}`) <
MAX_SHOWN_COUNT ||
ignoreShowLimits) &&