mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
disabled message layouting limits
This commit is contained in:
parent
33b94d757f
commit
829c028009
|
@ -151,13 +151,13 @@ void ChannelView::queueUpdate()
|
|||
|
||||
void ChannelView::layoutMessages()
|
||||
{
|
||||
if (!this->layoutCooldown->isActive()) {
|
||||
// if (!this->layoutCooldown->isActive()) {
|
||||
this->actuallyLayoutMessages();
|
||||
|
||||
this->layoutCooldown->start();
|
||||
} else {
|
||||
this->layoutQueued = true;
|
||||
}
|
||||
// this->layoutCooldown->start();
|
||||
// } else {
|
||||
// this->layoutQueued = true;
|
||||
// }
|
||||
}
|
||||
|
||||
void ChannelView::actuallyLayoutMessages()
|
||||
|
|
Loading…
Reference in a new issue