fix: animate emotes when overlay is open (#5659)
This commit is contained in:
@@ -26,6 +26,7 @@ void GIFTimer::initialize()
|
||||
|
||||
QObject::connect(&this->timer, &QTimer::timeout, [this] {
|
||||
if (getSettings()->animationsWhenFocused &&
|
||||
this->openOverlayWindows_ == 0 &&
|
||||
QApplication::activeWindow() == nullptr)
|
||||
{
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user