From c5f465fe6c04afa26fd20ca600457d8de50cf42e Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 26 Nov 2022 20:29:09 +0100 Subject: Allow nsfw ecchi in artists/authors page, add option to show h --- include/Config.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include') 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; -- cgit v1.2.3