refactor: remove GeneralPageView.addCheckbox (#6305)

This commit is contained in:
pajlada
2025-06-29 15:16:20 +02:00
committed by GitHub
parent 03845bfbc6
commit 9e4a4bcf45
5 changed files with 378 additions and 279 deletions
+1
View File
@@ -55,6 +55,7 @@
- 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: Remove `ChannelPageView::addCheckbox`. (#6305)
- 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)