Mercurial > minori
diff include/core/config.h @ 185:62e336597bb7
anime list: add support for different score formats
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Tue, 05 Dec 2023 13:45:23 -0500 |
parents | ffa535b6d630 |
children | 649786bae914 |
line wrap: on
line diff
--- a/include/core/config.h Mon Dec 04 13:44:42 2023 -0500 +++ b/include/core/config.h Tue Dec 05 13:45:23 2023 -0500 @@ -28,6 +28,7 @@ struct { public: Anime::TitleLanguage language; + Anime::ScoreFormat score_format; bool display_aired_episodes; bool display_available_episodes; bool highlight_anime_if_available;