diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/Config.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/Config.hpp b/include/Config.hpp index 832824f..48e6213 100644 --- a/include/Config.hpp +++ b/include/Config.hpp @@ -71,6 +71,10 @@ namespace QuickMedia { std::string symbols; }; + struct MangadexConfig { + bool allow_hentai = false; + }; + struct Config { Config() = default; Config(const Config&) = delete; @@ -88,6 +92,7 @@ namespace QuickMedia { PeertubeConfig peertube; DownloadConfig download; FontConfig font; + MangadexConfig mangadex; bool use_system_fonts = false; bool use_system_mpv_config = false; bool enable_shaders = true; |