From 3563f867798a35491793f1c27c9840769367ebb6 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 30 Apr 2021 06:47:19 +0200 Subject: Fix 4chan codeblocks not visible, change titles and rearrange youtube tabs --- plugins/Mangadex.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Mangadex.hpp') diff --git a/plugins/Mangadex.hpp b/plugins/Mangadex.hpp index 1befa1a..8e32aab 100644 --- a/plugins/Mangadex.hpp +++ b/plugins/Mangadex.hpp @@ -7,7 +7,7 @@ namespace QuickMedia { class MangadexSearchPage : public Page { public: MangadexSearchPage(Program *program) : Page(program) {} - const char* get_title() const override { return "All"; } + const char* get_title() const override { return "Search"; } bool search_is_filter() override { return false; } SearchResult search(const std::string &str, BodyItems &result_items) override; PluginResult get_page(const std::string &str, int page, BodyItems &result_items) override; -- cgit v1.2.3