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 21:04:45 +02:00
|
|
|
export const GET_THEMES = "theme";
|