Use display/localized names in tab and split titles (#2189)
This commit is contained in:
@@ -381,6 +381,10 @@ void Split::setChannel(IndirectChannel newChannel)
|
||||
this->header_->setViewersButtonVisible(false);
|
||||
}
|
||||
|
||||
this->channel_.get()->displayNameChanged.connect([this] {
|
||||
this->container_->refreshTab();
|
||||
});
|
||||
|
||||
this->channelChanged.invoke();
|
||||
|
||||
// Queue up save because: Split channel changed
|
||||
|
||||
Reference in New Issue
Block a user