summaryrefslogtreecommitdiff
path: root/protocols/WebView/src
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/WebView/src')
-rw-r--r--protocols/WebView/src/webview_services.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/WebView/src/webview_services.cpp b/protocols/WebView/src/webview_services.cpp
index 2eef900ee9..bbc7fb457f 100644
--- a/protocols/WebView/src/webview_services.cpp
+++ b/protocols/WebView/src/webview_services.cpp
@@ -199,7 +199,7 @@ INT_PTR GetCaps(WPARAM wParam, LPARAM)
{
switch (wParam) {
case PFLAGNUM_1:
- return PF1_BASICSEARCH | PF1_ADDSEARCHRES | PF1_VISLIST;
+ return PF1_BASICSEARCH | PF1_ADDSEARCHRES;
case PFLAGNUM_2:
return g_plugin.getByte(HIDE_STATUS_ICON_KEY, 0) ? 0 : (PF2_ONLINE | PF2_SHORTAWAY | PF2_LONGAWAY | PF2_LIGHTDND | PF2_HEAVYDND);
case PFLAGNUM_3: