fix: prevent edit hotkey dialog opening as normal window (#6540)

This commit is contained in:
James Upjohn
2025-10-25 23:14:45 +13:00
committed by GitHub
parent 1178caf1b0
commit 4b1266dba3
4 changed files with 6 additions and 5 deletions
+1
View File
@@ -7,6 +7,7 @@
- Minor: Added setting for character limit of deleted messages. (#6491)
- Minor: Added link support to plugin message API. (#6386)
- Minor: Added a description for the logging option under moderation tab. (#6514)
- Minor: Fixed "edit hotkey" dialog opening like a normal window. (#6540)
- Bugfix: Expose the "Extra extension IDs" setting on non-Windows systems too. (#6509)
- Bugfix: Fixed scrollbar rect computation potentially resulting in overflows. (#6547)
- Dev: Update release documentation. (#6498)