refactor(eventsub): Respect "Hide moderation actions" explicitly (#6041)
This commit is contained in:
@@ -202,6 +202,11 @@ bool StreamerMode::isEnabled() const
|
||||
return this->private_->isEnabled();
|
||||
}
|
||||
|
||||
bool StreamerMode::shouldHideModActions() const
|
||||
{
|
||||
return getSettings()->streamerModeHideModActions && this->isEnabled();
|
||||
}
|
||||
|
||||
void StreamerMode::start()
|
||||
{
|
||||
this->private_->start();
|
||||
|
||||
Reference in New Issue
Block a user