mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
fixed pause on mouse hover
This commit is contained in:
parent
9705570c98
commit
c11d151b83
|
@ -697,9 +697,9 @@ MessageElementFlags ChannelView::getFlags() const
|
|||
|
||||
bool ChannelView::isPaused()
|
||||
{
|
||||
return false;
|
||||
// return this->pausedTemporarily_ || this->pausedBySelection_ ||
|
||||
// this->pausedByScrollingUp_;
|
||||
// return false;
|
||||
return this->pausedTemporarily_;
|
||||
// || this->pausedBySelection_ || this->pausedByScrollingUp_;
|
||||
}
|
||||
|
||||
void ChannelView::updatePauseStatus()
|
||||
|
|
Loading…
Reference in a new issue