Skip to content

Commit

Permalink
Bug 1798621 - P1: Enable accessibility cache on Nightly. r=Jamie,sett…
Browse files Browse the repository at this point in the history
…ings-reviewers

Differential Revision: https://phabricator.services.mozilla.com/D161346
  • Loading branch information
eeejay committed Nov 15, 2022
1 parent d2a883b commit 318f196
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/libpref/init/StaticPrefList.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
#ifdef ANDROID
value: true
#else
value: false
value: @IS_NOT_RELEASE_OR_BETA@
#endif
mirror: once

Expand Down
2 changes: 1 addition & 1 deletion toolkit/components/featuregates/Features.toml
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ preference = "accessibility.cache.enabled"
type = "boolean"
bug-numbers = [1694563]
is-public = {default = false, nightly = true}
default-value = {default = false, android = true}
default-value = {default = false, nightly = true, android = true}

0 comments on commit 318f196

Please sign in to comment.