mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Fix comment typo (#3359)
This commit is contained in:
parent
6ac15adf45
commit
f58f35292a
|
@ -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();
|
||||||
|
|
Loading…
Reference in a new issue