Mercurial > minori
comparison 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 |
comparison
equal
deleted
inserted
replaced
184:09492158bcc5 | 185:62e336597bb7 |
---|---|
26 Locale::Locale locale; | 26 Locale::Locale locale; |
27 | 27 |
28 struct { | 28 struct { |
29 public: | 29 public: |
30 Anime::TitleLanguage language; | 30 Anime::TitleLanguage language; |
31 Anime::ScoreFormat score_format; | |
31 bool display_aired_episodes; | 32 bool display_aired_episodes; |
32 bool display_available_episodes; | 33 bool display_available_episodes; |
33 bool highlight_anime_if_available; | 34 bool highlight_anime_if_available; |
34 bool highlighted_anime_above_others; | 35 bool highlighted_anime_above_others; |
35 } anime_list; | 36 } anime_list; |