Fix comment typo (#3359)

This commit is contained in:
Felanbird 2021-11-20 06:22:30 -05:00 committed by GitHub
parent 6ac15adf45
commit f58f35292a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -144,7 +144,7 @@ Split::Split(QWidget *parent)
this->input_->ui_.textEdit->installEventFilter(parent); this->input_->ui_.textEdit->installEventFilter(parent);
// update placeheolder text on Twitch account change and channel change // update placeholder text on Twitch account change and channel change
this->signalHolder_.managedConnect( this->signalHolder_.managedConnect(
getApp()->accounts->twitch.currentUserChanged, [this] { getApp()->accounts->twitch.currentUserChanged, [this] {
this->updateInputPlaceholder(); this->updateInputPlaceholder();