diff options
author | George Hazan <george.hazan@gmail.com> | 2024-11-01 14:34:28 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-11-01 14:34:28 +0300 |
commit | d6c0257fa35c82768c50e215cd688d9d9122a6e3 (patch) | |
tree | 1ec8a9013c3443129d2716d9d89908692e6731bd /plugins/TabSRMM/src/chat_options.cpp | |
parent | a44d40439f02ff71a054a84c01ec3052a644d73a (diff) |
more for #4600 - an option to apply tab creation rules for private chats to group chats
Diffstat (limited to 'plugins/TabSRMM/src/chat_options.cpp')
-rw-r--r-- | plugins/TabSRMM/src/chat_options.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/TabSRMM/src/chat_options.cpp b/plugins/TabSRMM/src/chat_options.cpp index 01018d63b3..86c1516d29 100644 --- a/plugins/TabSRMM/src/chat_options.cpp +++ b/plugins/TabSRMM/src/chat_options.cpp @@ -506,6 +506,7 @@ public: treeCheck.AddOption(pwszSection, LPGENW("Flash window when someone speaks"), Chat::bFlashWindow);
treeCheck.AddOption(pwszSection, LPGENW("Flash window when a word is highlighted"), Chat::bFlashWindowHighlight);
treeCheck.AddOption(pwszSection, LPGENW("Create tabs or windows for highlight events"), g_plugin.bCreateWindowOnHighlight);
+ treeCheck.AddOption(pwszSection, LPGENW("Apply tab creation rules to group chats too"), g_plugin.bApplyPrivateSettings);
treeCheck.AddOption(pwszSection, LPGENW("Show list of users in the chat room"), Chat::bShowNicklist);
treeCheck.AddOption(pwszSection, LPGENW("Colorize nicknames in member list (you need to adjust colors)"), g_plugin.bColorizeNicks);
treeCheck.AddOption(pwszSection, LPGENW("Show topic as status message on the contact list"), Chat::bTopicOnClist);
|