Browse Source

Multi-window: Fix blinking tray icon regression

pull/2212/head
TheSpiritXIII 10 years ago committed by tux3
parent
commit
d0e682214b
  1. 1
      src/widget/widget.cpp

1
src/widget/widget.cpp

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

Loading…
Cancel
Save