fix: Mark Bad or Invalid Images as Empty (#4151)

This commit is contained in:
nerix
2022-11-14 14:32:51 +01:00
committed by GitHub
parent 9fbdb936ab
commit 8031f33b53
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -116,6 +116,7 @@
- Bugfix: Fixed channel-based popups from rewriting messages to file log (#4060)
- Bugfix: Fixed invalid/dangling completion when cycling through previous messages or replying (#4072)
- Bugfix: Fixed incorrect .desktop icon path. (#4078)
- Bugfix: Mark bad or invalid images as empty. (#4151)
- Dev: Got rid of BaseTheme (#4132)
- Dev: Removed official support for QMake. (#3839, #3883)
- Dev: Rewrote LimitedQueue (#3798)