chore: remove Singleton & replace getIApp with getApp (#5514)
This commit is contained in:
@@ -31,7 +31,7 @@ void GIFTimer::initialize()
|
||||
|
||||
this->position_ += GIF_FRAME_LENGTH;
|
||||
this->signal.invoke();
|
||||
getIApp()->getWindows()->repaintGifEmotes();
|
||||
getApp()->getWindows()->repaintGifEmotes();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user