2017-12-13 22:36:30 +01:00
|
|
|
/* hardcoded names still exist for these in reducers/settings.js - only discovered when debugging */
|
|
|
|
/* 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-12-07 19:07:30 +01:00
|
|
|
export const CREDIT_REQUIRED_ACKNOWLEDGED = "credit_required_acknowledged";
|
2017-08-21 05:06:26 +02:00
|
|
|
export const NEW_USER_ACKNOWLEDGED = "welcome_acknowledged";
|
2017-12-07 19:07:30 +01:00
|
|
|
export const EMAIL_COLLECTION_ACKNOWLEDGED = "email_collection_acknowledged";
|
2017-08-18 19:09:40 +02:00
|
|
|
export const LANGUAGE = "language";
|
|
|
|
export const SHOW_NSFW = "showNsfw";
|
|
|
|
export const SHOW_UNAVAILABLE = "showUnavailable";
|
2017-09-08 07:03:37 +02:00
|
|
|
export const INSTANT_PURCHASE_ENABLED = "instantPurchaseEnabled";
|
|
|
|
export const INSTANT_PURCHASE_MAX = "instantPurchaseMax";
|
2017-08-19 23:34:45 +02:00
|
|
|
export const THEME = "theme";
|
|
|
|
export const THEMES = "themes";
|