Skip to content

🐛 fix no display end button while live stream started#329

Merged
LittleSheep2Code merged 1 commit into
Solsynth:v3from
liang-work:v3
Apr 24, 2026
Merged

🐛 fix no display end button while live stream started#329
LittleSheep2Code merged 1 commit into
Solsynth:v3from
liang-work:v3

Conversation

@liang-work
Copy link
Copy Markdown
Contributor

The original code incorrectly used status.toLowerCase() != 'active' to determine the live stream status, which caused the button state to not switch properly after localization was implemented. This issue was fixed by changing it to stream.status == SnLiveStreamStatus.active.

@LittleSheep2Code
Copy link
Copy Markdown
Contributor

LGTM

@LittleSheep2Code LittleSheep2Code merged commit 742ba60 into Solsynth:v3 Apr 24, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants