Browse Source

Merge pull request #3388

a68366 (1):
      fix(widget): properly open chat window
pull/3390/head
Zetok Zalbavar 9 years ago
parent
commit
eb743b43ff
No known key found for this signature in database
GPG Key ID: C953D3880212068A
  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