Revert "Reduce GIF frame window from 30ms to 20ms (#3886)"

This reverts commit ebc7852f9f.
This commit is contained in:
Rasmus Karlsson
2022-08-06 19:29:08 +02:00
parent 46f43f3ce8
commit 76a891c5de
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ namespace chatterino {
void GIFTimer::initialize()
{
this->timer.setInterval(gifFrameLength);
this->timer.setInterval(30);
getSettings()->animateEmotes.connect([this](bool enabled, auto) {
if (enabled)