diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-06-01 01:30:13 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-06-01 01:30:13 +0200 |
commit | c29672befe523b86b347088a755cb91279bf7af4 (patch) | |
tree | e603ef762b88503b34f0049dee8aee7fe13b47de /plugins | |
parent | 5649ea29b8f63965ac546846a0963f709f6786b7 (diff) |
Make 4chan board list filter instead of search
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Fourchan.hpp | 1 |
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 |