From cc12a7d907a958fa9d646c05c98ac1b2ad7efb72 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 5 Oct 2020 14:21:30 +0200 Subject: Manga: add f keybinding to fit image to window --- include/QuickMedia.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/QuickMedia.hpp') diff --git a/include/QuickMedia.hpp b/include/QuickMedia.hpp index 62cee6b..016202c 100644 --- a/include/QuickMedia.hpp +++ b/include/QuickMedia.hpp @@ -117,6 +117,7 @@ namespace QuickMedia { std::thread image_upscale_thead; std::mutex image_upscale_mutex; std::deque images_to_upscale; + std::vector image_upscale_status; std::condition_variable image_upscale_cv; std::string downloading_chapter_url; bool image_download_cancel = false; @@ -132,5 +133,6 @@ namespace QuickMedia { Body *related_media_body; std::vector selected_files; FileManager *file_manager = nullptr; + bool fit_image_to_window = false; }; } \ No newline at end of file -- cgit v1.2.3