chore: modify text & tooltip for colon completion setting (#6370)
This commit is contained in:
@@ -91,6 +91,7 @@
|
|||||||
- Dev: Added optional improved text wrapping through private Qt APIs. (#6265)
|
- Dev: Added optional improved text wrapping through private Qt APIs. (#6265)
|
||||||
- Dev: Factored out AUMID to `Version`. (#6321)
|
- Dev: Factored out AUMID to `Version`. (#6321)
|
||||||
- Dev: Silenced some warnings when compiling with clang-cl. (#6331)
|
- 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: Added some commands for forcing a relayout (and related things) in channel views. (#6342)
|
||||||
- Dev: Update vcpkg baseline. (#6359)
|
- Dev: Update vcpkg baseline. (#6359)
|
||||||
|
|
||||||
|
|||||||
@@ -577,8 +577,12 @@ void GeneralPage::initLayout(GeneralPageView &layout)
|
|||||||
"cvMask and 7TV's RainTime, will appear as normal emotes.")
|
"cvMask and 7TV's RainTime, will appear as normal emotes.")
|
||||||
->addTo(layout);
|
->addTo(layout);
|
||||||
|
|
||||||
SettingWidget::checkbox("Enable emote auto-completion by typing :",
|
SettingWidget::checkbox("Enable emote completion by typing :",
|
||||||
s.emoteCompletionWithColon)
|
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);
|
->addTo(layout);
|
||||||
|
|
||||||
SettingWidget::checkbox("Use experimental smarter emote completion.",
|
SettingWidget::checkbox("Use experimental smarter emote completion.",
|
||||||
|
|||||||
Reference in New Issue
Block a user