fix: SettingWidget::dropdown not working well on enums with value gaps (#6293)

This commit is contained in:
pajlada
2025-06-22 16:37:42 +02:00
committed by GitHub
parent 3ba42bd91b
commit ae3089b35c
3 changed files with 74 additions and 54 deletions
+1
View File
@@ -50,6 +50,7 @@
- Dev: Added a `run-and-kill.sh` script to help debug crash-on-exit bugs. (#6188)
- Dev: Refactored the `TimeoutStackStyle` enum into its own file. (#6216)
- Dev: Refactored `Notebook`-related enums into their own file. (#6220)
- Dev: Refactored `SettingWidget::dropdown` for string enums to the source file. (#6293)
- Dev: Don't try to save emote popup bounds if we're quitting. (#6292)
- Dev: Implemented customizable display names for enums. (#6238)
- Dev: Refactored event API initialization away from Application and into TwitchIrcServer. (#6198)