1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Multi-window: Fix blinking tray icon regression

This commit is contained in:
TheSpiritXIII 2015-08-18 13:08:32 -04:00 committed by tux3
parent 16ebb7f3a9
commit d0e682214b

View File

@ -1196,6 +1196,7 @@ bool Widget::newMessageAlert(QWidget* currentWindow, bool isActive, bool notify)
if (notify)
{
QApplication::alert(currentWindow);
eventFlag = true;
if (Settings::getInstance().getShowWindow())
{