Browse Source

fix(widget): properly open chat window

Closes #3386
pull/3388/head
a68366 9 years ago
parent
commit
c17c3405bf
  1. 2
      src/widget/widget.cpp

2
src/widget/widget.cpp

@ -1195,7 +1195,7 @@ bool Widget::newFriendMessageAlert(int friendId, bool sound) @@ -1195,7 +1195,7 @@ bool Widget::newFriendMessageAlert(int friendId, bool sound)
}
else
{
if (Settings::getInstance().getSeparateWindow())
if (Settings::getInstance().getSeparateWindow() && Settings::getInstance().getShowWindow())
{
if (Settings::getInstance().getDontGroupWindows())
{

Loading…
Cancel
Save