chore: modify text & tooltip for colon completion setting (#6370)

This commit is contained in:
pajlada
2025-08-03 12:22:43 +02:00
committed by GitHub
parent f6f5cc5dbc
commit 6fb3957580
2 changed files with 6 additions and 1 deletions
+1
View File
@@ -91,6 +91,7 @@
- Dev: Added optional improved text wrapping through private Qt APIs. (#6265)
- Dev: Factored out AUMID to `Version`. (#6321)
- Dev: Silenced some warnings when compiling with clang-cl. (#6331)
- Dev: Update tooltip for colon completion setting. (#6370)
- Dev: Added some commands for forcing a relayout (and related things) in channel views. (#6342)
- Dev: Update vcpkg baseline. (#6359)
+5 -1
View File
@@ -577,8 +577,12 @@ void GeneralPage::initLayout(GeneralPageView &layout)
"cvMask and 7TV's RainTime, will appear as normal emotes.")
->addTo(layout);
SettingWidget::checkbox("Enable emote auto-completion by typing :",
SettingWidget::checkbox("Enable emote completion by typing :",
s.emoteCompletionWithColon)
->setTooltip(
"With this setting enabled, typing the colon character opens the "
"colon-completion popup which gives you an updating list of emotes "
"matching the text after the colon.")
->addTo(layout);
SettingWidget::checkbox("Use experimental smarter emote completion.",