diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-07-09 05:59:39 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-07-09 05:59:39 +0200 |
commit | 03a228f81f4a7a827a5a383bc16b8a2fb3abadb4 (patch) | |
tree | 19607b44ad01f933fe8d8d76d1bf6d68929de5e3 /include | |
parent | 4b90946f677c2b073108637b5c0c8efaa8c47deb (diff) |
Fix item selection not working with empty search
Fix history not working on mangatown.
Make image scrolling faster in infinite scroll mode.
Diffstat (limited to 'include')
-rw-r--r-- | include/Body.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Body.hpp b/include/Body.hpp index b90f64a..3cb735c 100644 --- a/include/Body.hpp +++ b/include/Body.hpp @@ -66,6 +66,8 @@ namespace QuickMedia { // TODO: Ignore dot, whitespace and special characters void filter_search_fuzzy(const std::string &text); + bool no_items_visible() const; + sf::Text title_text; sf::Text progress_text; sf::Text author_text; |