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
+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.",