refactor: remove GeneralPageView.addIntInput (#6306)

This commit is contained in:
pajlada
2025-06-29 15:51:56 +02:00
committed by GitHub
parent 9e4a4bcf45
commit 2568d8a6ea
6 changed files with 80 additions and 64 deletions
+1
View File
@@ -56,6 +56,7 @@
- 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: Remove `ChannelPageView::addCheckbox`. (#6305)
- Dev: Remove `ChannelPageView::addIntInput`. (#6306)
- Dev: Implemented customizable display names for enums. (#6238)
- Dev: Refactored event API initialization away from Application and into TwitchIrcServer. (#6198)
- Dev: Updated GoogleTest to v1.17.0. (#6180)