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) --- src/core/stdmsg/src/chat_options.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/core/stdmsg') diff --git a/src/core/stdmsg/src/chat_options.cpp b/src/core/stdmsg/src/chat_options.cpp index c047169cd9..cd3f03b3b3 100644 --- a/src/core/stdmsg/src/chat_options.cpp +++ b/src/core/stdmsg/src/chat_options.cpp @@ -34,7 +34,6 @@ static branch_t branch1[] = { { LPGENW("Flash window when someone speaks"), "FlashWindow", 0, false }, { LPGENW("Flash window when a word is highlighted"), "FlashWindowHighlight", 0, true }, { LPGENW("Show list of users in the chat room"), "ShowNicklist", 0, true }, - { LPGENW("Show button menus when right clicking the buttons"), "RightClickFilter", 0, false }, { LPGENW("Show the topic of the room on your contact list (if supported)"), "TopicOnClist", 0, false }, { LPGENW("Do not play sounds when the chat room is focused"), "SoundsFocus", 0, false }, { LPGENW("Do not pop up the window when joining a chat room"), "PopupOnJoin", 0, false }, -- cgit v1.2.3