From 6fb395758079288da32533e93a647384cdc53281 Mon Sep 17 00:00:00 2001 From: pajlada Date: Sun, 3 Aug 2025 12:22:43 +0200 Subject: [PATCH] chore: modify text & tooltip for colon completion setting (#6370) --- CHANGELOG.md | 1 + src/widgets/settingspages/GeneralPage.cpp | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09aa72a7..8045bb27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/src/widgets/settingspages/GeneralPage.cpp b/src/widgets/settingspages/GeneralPage.cpp index fb39d350..d5be04d4 100644 --- a/src/widgets/settingspages/GeneralPage.cpp +++ b/src/widgets/settingspages/GeneralPage.cpp @@ -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.",