aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/NyaaSi.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-11-18 15:21:53 +0100
committerdec05eba <dec05eba@protonmail.com>2020-11-18 15:21:53 +0100
commitff1390601c8b7b4fbec87f3f23a76495118eff91 (patch)
treec0c18787339b3185458ca2e66efd4aab4ec178ff /src/plugins/NyaaSi.cpp
parente7f82bda1534880bf4c6695b9f074241dfc56ac3 (diff)
Matrix: attempt to fix fetching of previous messages before sync is finished
Diffstat (limited to 'src/plugins/NyaaSi.cpp')
-rw-r--r--src/plugins/NyaaSi.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/NyaaSi.cpp b/src/plugins/NyaaSi.cpp
index 082aaa8..2ed5f59 100644
--- a/src/plugins/NyaaSi.cpp
+++ b/src/plugins/NyaaSi.cpp
@@ -184,7 +184,7 @@ namespace QuickMedia {
auto body = create_body();
body->items = std::move(result_items);
- result_tabs.push_back(Tab{std::move(body), std::make_unique<NyaaSiSearchPage>(program, strip(title), url), create_search_bar("Search...", 200)});
+ result_tabs.push_back(Tab{std::move(body), std::make_unique<NyaaSiSearchPage>(program, strip(title), url), create_search_bar("Search...", 300)});
return PluginResult::OK;
}