diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/Config.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Config.hpp b/include/Config.hpp index 8430e73..522c285 100644 --- a/include/Config.hpp +++ b/include/Config.hpp @@ -47,6 +47,8 @@ namespace QuickMedia { float font_scale = 1.0f; float spacing_scale = 1.0f; std::string local_manga_directory; + bool local_manga_sort_by_name = false; + bool local_manga_sort_chapters_by_name = false; }; const Config& get_config(); |