From 44bc399ccbd7e37107ae754db7da3d918229422d Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 9 Aug 2021 18:22:43 +0200 Subject: Youtube: show search suggestions instead of immediate search Fix save file dialog not showing all files after navigating to another directory if the search is not empty. Fix matrix system message deletion reverting back to use message (for avatar) and text color. --- include/QuickMedia.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include/QuickMedia.hpp') diff --git a/include/QuickMedia.hpp b/include/QuickMedia.hpp index 4399c3d..71e4797 100644 --- a/include/QuickMedia.hpp +++ b/include/QuickMedia.hpp @@ -68,6 +68,7 @@ namespace QuickMedia { bool typing = false; bool fetching_next_page_running = false; bool fetching_next_page_failed = false; + bool search_suggestion_submitted = false; int fetched_page = 0; sf::Text search_result_text; AsyncTask fetch_future; -- cgit v1.2.3