aboutsummaryrefslogtreecommitdiff
path: root/plugins/Fourchan.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-06-01 01:30:13 +0200
committerdec05eba <dec05eba@protonmail.com>2020-06-01 01:30:13 +0200
commitc29672befe523b86b347088a755cb91279bf7af4 (patch)
treee603ef762b88503b34f0049dee8aee7fe13b47de /plugins/Fourchan.hpp
parent5649ea29b8f63965ac546846a0963f709f6786b7 (diff)
Make 4chan board list filter instead of search
Diffstat (limited to 'plugins/Fourchan.hpp')
-rw-r--r--plugins/Fourchan.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Fourchan.hpp b/plugins/Fourchan.hpp
index 2f3ae4b..6534cfd 100644
--- a/plugins/Fourchan.hpp
+++ b/plugins/Fourchan.hpp
@@ -16,5 +16,6 @@ namespace QuickMedia {
bool search_results_has_thumbnails() const override { return false; }
int get_search_delay() const override { return 150; }
Page get_page_after_search() const override { return Page::IMAGE_BOARD_THREAD_LIST; }
+ bool search_is_filter() override { return true; }
};
} \ No newline at end of file