aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-05-17 19:30:30 +0200
committerdec05eba <dec05eba@protonmail.com>2021-05-17 19:30:30 +0200
commitf6a39afa8bfd869ba661799897ac37e7d1ff7c34 (patch)
tree2d9e510f2e037512fa0d069294e845bce6e841d7
parent177eade2d2c09e8a9ef4c320a0f0426d2480e07b (diff)
Add search for infopage
-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;
}