From a5e6a136366f258467f19a0ebec0cf522faac4bc Mon Sep 17 00:00:00 2001 From: hemirt <1310440+hemirt@users.noreply.github.com> Date: Sat, 16 Aug 2025 12:22:21 +0200 Subject: [PATCH] fix note/description not filtering in/out when it should (#6389) --- CHANGELOG.md | 1 + src/widgets/settingspages/GeneralPage.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 046eaaec..86d9ef30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -60,6 +60,7 @@ - Bugfix: Fixed theme changes not instantly applying to messages. (#6373) - Bugfix: Fixed command triggers showing as '/...' when the value is longer than the column width. (#6369) - Bugfix: Fixed a crash that could occur when making HTTP requests from a timeout handler. (#6375) +- Bugfix: Fixed a setting description not filtering correctly on search. (#6389) - Dev: Mini refactor of Split. (#6148) - Dev: Conan will no longer generate a `CMakeUserPresets.json` file. (#6117) - Dev: Pass `--force-openssl` when installing from CMake in Qt 6.8+. (#6129) diff --git a/src/widgets/settingspages/GeneralPage.cpp b/src/widgets/settingspages/GeneralPage.cpp index d5be04d4..bbf3cc54 100644 --- a/src/widgets/settingspages/GeneralPage.cpp +++ b/src/widgets/settingspages/GeneralPage.cpp @@ -896,7 +896,7 @@ void GeneralPage::initLayout(GeneralPageView &layout) ->addTo(layout); { - auto *note = new QLabel( + auto *note = layout.addDescription( "A semicolon-separated list of Chrome or Firefox extension IDs " "allowed to interact with Chatterino's browser integration " "(requires restart).\n"