set desktop-entry hint with libnotify (#6615)

Reviewed-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
This commit is contained in:
teknsl
2025-12-01 14:36:10 +01:00
committed by GitHub
parent d3287a615b
commit 2d446db2f6
2 changed files with 6 additions and 1 deletions
+1
View File
@@ -25,6 +25,7 @@
- Bugfix: Fixed restore button not showing on Windows. (#6565)
- Bugfix: Fixed popups and the overlay not being draggable on Wayland. (#6573)
- Bugfix: Fixed middle-clicking usernames in a local channel opening an invalid viewercard. (#6577)
- Bugfix: Added `desktop-entry` hint to Linux notifications. (#6615)
- Dev: Update release documentation. (#6498)
- Dev: Make code sanitizers opt in with the `CHATTERINO_SANITIZER_SUPPORT` CMake option. After that's enabled, use the `SANITIZE_*` flag to enable individual sanitizers. (#6493)
- Dev: Remove unused QTextCodec includes. (#6487)