aboutsummaryrefslogtreecommitdiff
path: root/plugins/Plugin.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-05-31 18:03:57 +0200
committerdec05eba <dec05eba@protonmail.com>2020-05-31 18:05:01 +0200
commit34fef69fd468f695b3b5817da6a9980ac7b5860d (patch)
tree9b0f50279b269e6e1a429bd313d24491ff9cc4e7 /plugins/Plugin.hpp
parent68a2660da9ea4c660feda5d8569a8f43108964ec (diff)
Add dmenu option
Diffstat (limited to 'plugins/Plugin.hpp')
-rw-r--r--plugins/Plugin.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Plugin.hpp b/plugins/Plugin.hpp
index b430d57..be70684 100644
--- a/plugins/Plugin.hpp
+++ b/plugins/Plugin.hpp
@@ -43,6 +43,8 @@ namespace QuickMedia {
virtual bool is_image_board() { return false; }
virtual bool is_manga() { return false; }
+ // Return true if searching should update the search result (which could be a remote server search) or filter the existing list locally
+ virtual bool search_is_filter() { return false; }
virtual PluginResult get_front_page(BodyItems &result_items) {
(void)result_items; return PluginResult::OK;