fix note/description not filtering in/out when it should (#6389)

This commit is contained in:
hemirt
2025-08-16 12:22:21 +02:00
committed by GitHub
parent ec2b132dfe
commit a5e6a13636
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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)
+1 -1
View File
@@ -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"