From 608965ebac953cc0f94ae354bac4e4c138bbae37 Mon Sep 17 00:00:00 2001 From: Mm2PL Date: Sun, 21 Nov 2021 22:16:56 +0100 Subject: [PATCH] I managed to fuck up the fix commit xd --- src/widgets/splits/Split.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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); });