From 0a81fc4cd0427bc9d6ec3a0921d507ce6285d11f Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 11 Oct 2020 18:16:36 +0300 Subject: fixes #2591 (TabSRMM: "Show buttons blablabla right click" option does not work by default) --- plugins/Scriver/src/chat_options.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'plugins/Scriver/src') diff --git a/plugins/Scriver/src/chat_options.cpp b/plugins/Scriver/src/chat_options.cpp index 5f3dd45f95..5bddd629d1 100644 --- a/plugins/Scriver/src/chat_options.cpp +++ b/plugins/Scriver/src/chat_options.cpp @@ -38,7 +38,6 @@ static struct branch_t branch1[] = { { LPGENW("Flash when someone speaks"), "FlashWindow", 0, 0, nullptr }, { LPGENW("Flash when a word is highlighted"), "FlashWindowHighlight", 0, 1, nullptr }, { LPGENW("Show chat nick list"), "ShowNicklist", 0, 1, nullptr }, - { LPGENW("Enable button context menus"), "RightClickFilter", 0, 0, nullptr }, { LPGENW("Show topic on your contact list (if supported)"), "TopicOnClist", 0, 0, nullptr }, { LPGENW("Do not play sounds when focused"), "SoundsFocus", 0, 0, nullptr }, { LPGENW("Do not pop up the window when joining a chat room"), "PopupOnJoin", 0, 0, nullptr }, -- cgit v1.2.3