Skip to content

Commit

Permalink
I managed to fuck up the fix commit xd
Browse files Browse the repository at this point in the history
  • Loading branch information
Mm2PL committed Nov 21, 2021
1 parent 07d4773 commit 608965e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/widgets/splits/Split.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});
Expand Down

0 comments on commit 608965e

Please sign in to comment.