From 54d4f23914b1b40d5a81345a1eacef6750ed0266 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 8 Apr 2018 19:32:53 +0300 Subject: stupid option removed from group chats according to results of voting --- src/core/stdmsg/src/chat_options.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/core') diff --git a/src/core/stdmsg/src/chat_options.cpp b/src/core/stdmsg/src/chat_options.cpp index a45ca08495..c204f62095 100644 --- a/src/core/stdmsg/src/chat_options.cpp +++ b/src/core/stdmsg/src/chat_options.cpp @@ -43,7 +43,6 @@ static branch_t branch1[] = { { 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 }, - { LPGENW("Toggle the visible state when double clicking in the contact list"), "ToggleVisibility", 0, false }, { LPGENW("Show contact statuses if protocol supports them"), "ShowContactStatus", 0, false }, { LPGENW("Display contact status icon before user role icon"), "ContactStatusFirst", 0, false }, }; -- cgit v1.2.3