diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/QuickMedia.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/QuickMedia.hpp b/include/QuickMedia.hpp index b5570da..4011ca0 100644 --- a/include/QuickMedia.hpp +++ b/include/QuickMedia.hpp @@ -69,6 +69,7 @@ namespace QuickMedia { bool fetching_next_page_running = false; bool fetching_next_page_failed = false; bool search_suggestion_submitted = false; + bool search_text_empty = true; bool card_view = false; int fetched_page = 0; mgl::Text search_result_text; |