From 613016a48d9b10fb81f5bc54b0bdd463c39f5283 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 13 Jun 2023 21:36:02 +0200 Subject: Add option to disable file manager grid view to make midov stop crying --- include/Config.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/Config.hpp') 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; -- cgit v1.2.3