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 5bbeaff..df79da2 100644 --- a/include/Config.hpp +++ b/include/Config.hpp @@ -80,6 +80,10 @@ namespace QuickMedia { bool allow_hentai = false; }; + struct FileManager { + bool grid_view = true; + }; + struct Config { Config() = default; Config(const Config&) = delete; @@ -98,6 +102,7 @@ namespace QuickMedia { DownloadConfig download; FontConfig font; MangadexConfig mangadex; + FileManager file_manager; bool use_system_fonts = false; bool use_system_mpv_config = false; bool enable_shaders = true; |