Mercurial > minori
comparison include/core/config.h @ 108:2004b41d4a59
*: huge commit
1. WORKING LOCALIZATION + translation for Spanish and British English
2. idk like 2 changes for the dark theme :)
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Sun, 05 Nov 2023 23:31:49 -0500 |
parents | b315f3759c56 |
children | ab191e28e69d |
comparison
equal
deleted
inserted
replaced
107:49c8d1976869 | 108:2004b41d4a59 |
---|---|
1 #ifndef __core__config_h | 1 #ifndef __core__config_h |
2 #define __core__config_h | 2 #define __core__config_h |
3 | 3 |
4 #include "core/anime.h" | 4 #include "core/anime.h" |
5 #include "gui/theme.h" | 5 #include "gui/theme.h" |
6 #include "gui/locale.h" | |
6 | 7 |
7 class Config { | 8 class Config { |
8 public: | 9 public: |
9 int Load(); | 10 int Load(); |
10 int Save(); | 11 int Save(); |
11 | 12 |
12 Anime::Services service; | 13 Anime::Services service; |
13 Theme::Theme theme; | 14 Theme::Theme theme; |
15 Locale::Locale locale; | |
14 | 16 |
15 struct { | 17 struct { |
16 public: | 18 public: |
17 Anime::TitleLanguage language; | 19 Anime::TitleLanguage language; |
18 bool display_aired_episodes; | 20 bool display_aired_episodes; |