mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
save messages sent with ctrl enter to history as well
This commit is contained in:
parent
e259b9e39f
commit
e900b10e0c
1 changed files with 0 additions and 5 deletions
|
@ -209,11 +209,6 @@ void SplitInput::installKeyPressedEvent()
|
||||||
{
|
{
|
||||||
this->currMsg_ = QString();
|
this->currMsg_ = QString();
|
||||||
this->ui_.textEdit->setText(QString());
|
this->ui_.textEdit->setText(QString());
|
||||||
this->prevIndex_ = 0;
|
|
||||||
}
|
|
||||||
else if (message == this->prevMsg_.at(this->prevMsg_.size() - 1))
|
|
||||||
{
|
|
||||||
this->prevMsg_.removeLast();
|
|
||||||
}
|
}
|
||||||
this->prevIndex_ = this->prevMsg_.size();
|
this->prevIndex_ = this->prevMsg_.size();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue