fix: eventsub stopped flag join (#6136)

This commit is contained in:
pajlada
2025-07-20 12:13:41 +02:00
committed by GitHub
parent 70eefa368f
commit 1ed5a32fd1
3 changed files with 21 additions and 7 deletions
+1
View File
@@ -63,6 +63,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: Only carefully join EventSub controller thread. (#6136)
- Dev: Remove `ChannelPageView::addCheckbox`. (#6305)
- Dev: Remove `ChannelPageView::addIntInput`. (#6306)
- Dev: Implemented customizable display names for enums. (#6238)