aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/QuickMedia.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/QuickMedia.cpp b/src/QuickMedia.cpp
index dfec05f..755f6df 100644
--- a/src/QuickMedia.cpp
+++ b/src/QuickMedia.cpp
@@ -1447,7 +1447,7 @@ namespace QuickMedia {
return false;
std::vector<Tab> info_tabs;
- info_tabs.push_back(Tab{std::move(body), std::make_unique<InfoPage>(this), nullptr});
+ info_tabs.push_back(Tab{std::move(body), std::make_unique<InfoPage>(this), create_search_bar("Search...", SEARCH_DELAY_FILTER)});
page_loop(info_tabs);
return true;
}