mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
parent
347a1b9ed6
commit
efc376138a
|
@ -444,7 +444,7 @@ bool Image::operator==(const Image &other) const
|
||||||
return true;
|
return true;
|
||||||
if (!this->url_.string.isEmpty() && this->url_ == other.url_)
|
if (!this->url_.string.isEmpty() && this->url_ == other.url_)
|
||||||
return true;
|
return true;
|
||||||
if (this->frames_->first() == other.frames_->first())
|
if (this->frames_->first()->toImage() == other.frames_->first()->toImage())
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in a new issue