Mercurial > minori
diff include/core/anime.h @ 51:75c804f713b2
window: add about window,
*: use tr() when applicable (useful for i18n)
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Mon, 25 Sep 2023 20:29:26 -0400 |
parents | cde8f67a7c7d |
children | 6481c5aed3e1 |
line wrap: on
line diff
--- a/include/core/anime.h Mon Sep 25 13:50:56 2023 -0400 +++ b/include/core/anime.h Mon Sep 25 20:29:26 2023 -0400 @@ -10,10 +10,10 @@ enum class ListStatus { NOT_IN_LIST, CURRENT, - PLANNING, COMPLETED, + PAUSED, DROPPED, - PAUSED + PLANNING }; constexpr std::array<ListStatus, 5> ListStatuses{ListStatus::CURRENT, ListStatus::COMPLETED, ListStatus::PAUSED, @@ -169,4 +169,4 @@ } // namespace Anime -#endif // __core__anime_h \ No newline at end of file +#endif // __core__anime_h