From a3eb2a9d6315f8a953f7dee72ebe4d17a4b9d42e Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 11 Feb 2022 01:02:11 +0100 Subject: Add local_manga_sort_by_name and local_manga_sort_chapters_by_name config --- include/Config.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/Config.hpp') 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(); -- cgit v1.2.3