fix cmd+backspace behavior in main chat dialog input (#6111)

This commit is contained in:
Jacob Alexander Thompson
2025-04-06 04:20:07 -07:00
committed by GitHub
parent d8ef52a308
commit 5901b69898
2 changed files with 13 additions and 0 deletions
+1
View File
@@ -6,6 +6,7 @@
- Bugfix: Don't create native messaging manifest file if browser directory doesn't exist. (#6116)
- 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)
- Dev: Conan will no longer generate a `CMakeUserPresets.json` file. (#6117)
- Dev: Pass `--force-openssl` when installing from CMake in Qt 6.8+. (#6129)