fix: missing space char in settings (#6134)

This commit is contained in:
Maston
2025-04-06 22:31:01 +03:00
committed by GitHub
parent db6b33da61
commit d3bab9132f
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -9,6 +9,7 @@
- Bugfix: Make reply-cancel button less coarse-grained. (#6106)
- Bugfix: Fixed missing BetterTTV live updates of emotes. (#6132)
- Bugfix: Handle <kbd>CMD</kbd> + <kbd>BACKSPACE</kbd> behavior explicitly in main chat dialog input for macOS. (#6111)
- Bugfix: Fixed a small typo in the settings page. (#6134)
- 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
@@ -906,7 +906,7 @@ void GeneralPage::initLayout(GeneralPageView &layout)
{
auto *note = new QLabel(
"A semicolon-separated list of Chrome or Firefox extension IDs"
"A semicolon-separated list of Chrome or Firefox extension IDs "
"allowed to interact with Chatterino's browser integration "
"(requires restart).\n"
"Using multiple extension IDs from different browsers may cause "