Is there a limit to how many personas one can save/download?
I was downloading some personas tonight. Probably downloaded about six or so. When I went to "Manage Themes," it appears that I'm only able to keep 9 themes at a time? Is this correct? If not, how do I access the themes I had saved earlier that got bumped from this list?
This feels like a dumb question, so please forgive me.
All Replies (1)
The maximum is currently 8 personas.
See http://kb.mozillazine.org/Themes#Lightweight_theme
See resource:///modules/LightweightThemeManager.jsm
const MAX_USED_THEMES_COUNT = 8; (Firefox 4: will be increased to 30 and pref lightweightThemes.maxUsedThemes)
Modified