-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigate use of the sticky
flag on prefs
#527
Comments
https://hg.mozilla.org/mozreview/gecko/rev/ec4ed3a0a8190164725d65d62c7b3e5272d32b68#index_header
https://hg.mozilla.org/mozreview/gecko/rev/9b9384ee8abf22ed35fc6cff2ec0308b16fb3030#index_header
-sticky_pref("lightweightThemes.selectedThemeID", "");
+pref("lightweightThemes.selectedThemeID", "", sticky); https://hg.mozilla.org/mozilla-central/rev/99afe078d602
instructions unclear |
Also:
Yep. |
I'm no longer working on this. |
Thanks for all your contributions during the years! ❤️ |
During an unrelated search, I found this page: https://www.devdoc.net/web/developer.mozilla.org/en-US/docs/Preferences/A_brief_guide_to_Mozilla_preferences.html#Sticky_Preferences
So I don't think it would be useful in the context of this user.js |
Followup to #415
It would be good to determine how to use the
sticky
flag on prefs/what it does, and if it is useful and relevant to this project.The text was updated successfully, but these errors were encountered: