diff options
| author | George Hazan <george.hazan@gmail.com> | 2025-01-03 13:39:18 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2025-01-03 13:39:18 +0300 |
| commit | 96982848831badb4584210332afe870caa22a48b (patch) | |
| tree | 312dfbb75239aa8af9c1db929b6628b3f4b612fc /plugins/TabSRMM/src/msgoptions.cpp | |
| parent | 3f84f1e91015247074f5154498aec78e70b8f471 (diff) | |
fixes #4809 (tabSRMM: make CTRL+UP / CTRL-DOWN combination optional)
Diffstat (limited to 'plugins/TabSRMM/src/msgoptions.cpp')
| -rw-r--r-- | plugins/TabSRMM/src/msgoptions.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/TabSRMM/src/msgoptions.cpp b/plugins/TabSRMM/src/msgoptions.cpp index 316b52b516..2c4f020055 100644 --- a/plugins/TabSRMM/src/msgoptions.cpp +++ b/plugins/TabSRMM/src/msgoptions.cpp @@ -397,6 +397,7 @@ public: auto *pwszSection = LPGENW("Message window behavior");
treeOpts.AddOption(pwszSection, LPGENW("Always flash contact list and tray icon for new messages"), g_plugin.bFlashOnClist);
treeOpts.AddOption(pwszSection, LPGENW("Delete temporary contacts on close"), g_plugin.bDeleteTemp);
+ treeOpts.AddOption(pwszSection, LPGENW("Use Ctrl+arrows to scroll history in the input window"), g_plugin.bScrollHistory);
pwszSection = LPGENW("Sending messages");
treeOpts.AddOption(pwszSection, LPGENW("Minimize the message window on send"), g_plugin.bAutoMin);
|
