fix note/description not filtering in/out when it should (#6389)
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user