2017-08-20 23:06:26 -04:00
|
|
|
/*hardcoded names still exist for these in reducers/settings.js - only discovered when debugging*/
|
2017-08-30 09:02:40 -04:00
|
|
|
/*Many settings are stored in the localStorage by their name -
|
|
|
|
be careful about changing the value of a settings constant, as doing so can invalidate existing settings*/
|
2017-08-18 13:09:40 -04:00
|
|
|
export const CREDIT_INTRO_ACKNOWLEDGED = "credit_intro_acknowledged";
|
2017-08-20 23:06:26 -04:00
|
|
|
export const NEW_USER_ACKNOWLEDGED = "welcome_acknowledged";
|
2017-08-18 13:09:40 -04:00
|
|
|
export const LANGUAGE = "language";
|
|
|
|
export const SHOW_NSFW = "showNsfw";
|
|
|
|
export const SHOW_UNAVAILABLE = "showUnavailable";
|
2017-09-08 01:03:37 -04:00
|
|
|
export const INSTANT_PURCHASE_ENABLED = "instantPurchaseEnabled";
|
|
|
|
export const INSTANT_PURCHASE_MAX = "instantPurchaseMax";
|
2017-08-19 15:34:45 -06:00
|
|
|
export const THEME = "theme";
|
|
|
|
export const THEMES = "themes";
|