aboutsummaryrefslogtreecommitdiff
path: root/include/Config.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2022-02-11 01:02:11 +0100
committerdec05eba <dec05eba@protonmail.com>2022-02-11 01:02:32 +0100
commita3eb2a9d6315f8a953f7dee72ebe4d17a4b9d42e (patch)
treef1c34ef90312f77f1581cbc366063f9f5534327b /include/Config.hpp
parent1f74222bf4cfadead768b095c6b3f8d422ebf84c (diff)
Add local_manga_sort_by_name and local_manga_sort_chapters_by_name config
Diffstat (limited to 'include/Config.hpp')
-rw-r--r--include/Config.hpp2
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();