2017-08-18 19:09:40 +02:00
|
|
|
export const CREDIT_INTRO_ACKNOWLEDGED = "credit_intro_acknowledged";
|
|
|
|
export const FIRST_RUN_ACKNOWLEDGED = "welcome_acknowledged";
|
|
|
|
export const LANGUAGE = "language";
|
|
|
|
export const SHOW_NSFW = "showNsfw";
|
|
|
|
export const SHOW_UNAVAILABLE = "showUnavailable";
|
2017-08-19 23:34:45 +02:00
|
|
|
export const THEME = "theme";
|
|
|
|
export const THEMES = "themes";
|