mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Removed second unnecessary getLogviewerLogs() call.
This commit is contained in:
parent
85c1a1dbac
commit
fb14e1f88a
|
@ -39,7 +39,6 @@ void LogsPopup::setInfo(ChannelPtr channel, QString userName)
|
||||||
this->getRoomID();
|
this->getRoomID();
|
||||||
this->setWindowTitle(this->userName_ + "'s logs in #" +
|
this->setWindowTitle(this->userName_ + "'s logs in #" +
|
||||||
this->channel_->getName());
|
this->channel_->getName());
|
||||||
this->getLogviewerLogs();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void LogsPopup::setMessages(std::vector<MessagePtr> &messages)
|
void LogsPopup::setMessages(std::vector<MessagePtr> &messages)
|
||||||
|
|
Loading…
Reference in a new issue