diff --git a/src/widgets/splits/Split.cpp b/src/widgets/splits/Split.cpp index 090aed0d31e..c6670fc38f0 100644 --- a/src/widgets/splits/Split.cpp +++ b/src/widgets/splits/Split.cpp @@ -108,8 +108,10 @@ Split::Split(QWidget *parent) getApp()->accounts->twitch.currentUserChanged, [this] { this->updateInputPlaceholder(); }); + this->signalHolder_.managedConnect(channelChanged, [this] { + this->updateInputPlaceholder(); + }); this->updateInputPlaceholder(); - this->view_->mouseDown.connect([this](QMouseEvent *) { this->giveFocus(Qt::MouseFocusReason); });