Reduce GIF frame window from 30ms to 20ms (#3907)

This commit is contained in:
Troy
2022-09-03 23:20:30 -04:00
committed by GitHub
parent 46efa5df3d
commit bc38d696bc
3 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -8,7 +8,8 @@ namespace chatterino {
void GIFTimer::initialize()
{
this->timer.setInterval(30);
this->timer.setInterval(gifFrameLength);
this->timer.setTimerType(Qt::PreciseTimer);
getSettings()->animateEmotes.connect([this](bool enabled, auto) {
if (enabled)