Re: Understanding Preferences
| Newsgroups | gmane.comp.mozilla.devel.xpfe |
|---|---|
| Message-ID | <[email protected]> |
On Tuesday, September 10, 2013 4:53:31 PM UTC-6, Neil wrote: > [email protected] wrote: > > > > >The use of a different location to store the prefs brings up a question. Why have the prefs.js in <appdir>/defaults/preferences and another one in the users AppData directory structure? > > > > > > > > default/preferences is just the default values for the preferences for > > all users, but individual users might want to customise their > > preferences, and those customisations go into the user AppData. > > > > -- > > Warning: May contain traces of nuts. Neil, Thanks. I was assuming that the prefs.js for the app was the only such file. Makes sense now. Cheers!