Fixes the bug that the flyout was shown in group chats.
@ -415,6 +415,9 @@ bool GenericChatForm::eventFilter(QObject* object, QEvent* event)
if (object != this->fileButton && object != this->fileFlyout)
return false;
if (!qobject_cast<QWidget*>(object)->isEnabled())
switch(event->type())
{
case QEvent::Enter: