diff options
author | George Hazan <ghazan@miranda.im> | 2018-04-08 19:32:53 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-04-08 19:32:53 +0300 |
commit | 54d4f23914b1b40d5a81345a1eacef6750ed0266 (patch) | |
tree | 1f3da4238893f4c120639e83fc3c0d7c05cf7817 /plugins/TabSRMM | |
parent | 637160171257b00778e12ce46f9e4231e2c41621 (diff) |
stupid option removed from group chats according to results of voting
Diffstat (limited to 'plugins/TabSRMM')
-rw-r--r-- | plugins/TabSRMM/src/chat_options.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/chat_options.cpp b/plugins/TabSRMM/src/chat_options.cpp index c53cfd235a..49d8027208 100644 --- a/plugins/TabSRMM/src/chat_options.cpp +++ b/plugins/TabSRMM/src/chat_options.cpp @@ -146,7 +146,6 @@ static branch_t branch1[] = { { LPGENW("Show button menus when right clicking the buttons"), "RightClickFilter", 0, 1, nullptr },
{ LPGENW("Show topic as status message on the contact list"), "TopicOnClist", 0, 1, nullptr },
{ LPGENW("Do not pop up the window when joining a chat room"), "PopupOnJoin", 0, 0, nullptr },
- { LPGENW("Hide or show the window by double click in the contact list"), "ToggleVisibility", 0, 0, nullptr },
{ LPGENW("Sync splitter position with standard IM sessions"), "SyncSplitter", 0, 0, nullptr },
{ LPGENW("Show contact's status modes if supported by the protocol"), "ShowContactStatus", 0, 1, nullptr },
{ LPGENW("Display contact's status icon before user role icon"), "ContactStatusFirst", 0, 0, nullptr },
|