fix(channel-view): use underlyingChannel_ over channel_ (#5248)

This commit is contained in:
nerix
2024-03-16 13:03:57 +01:00
committed by GitHub
parent fc61e8d64d
commit 47c46b64ea
3 changed files with 80 additions and 33 deletions
+1
View File
@@ -109,6 +109,7 @@
- Bugfix: Fixed the "Cancel" button in the settings dialog only working after opening the settings dialog twice. (#5229)
- Bugfix: Fixed split header tooltips showing in the wrong position on Windows. (#5230)
- Bugfix: Fixed split header tooltips appearing too tall. (#5232)
- Bugfix: Fixed past messages not showing in the search popup after adding a channel. (#5248)
- Dev: Run miniaudio in a separate thread, and simplify it to not manage the device ourselves. There's a chance the simplification is a bad idea. (#4978)
- Dev: Change clang-format from v14 to v16. (#4929)
- Dev: Fixed UTF16 encoding of `modes` file for the installer. (#4791)