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

Merge pull request #3388

a68366 (1):
      fix(widget): properly open chat window
This commit is contained in:
Zetok Zalbavar 2016-06-13 22:48:07 +01:00
commit eb743b43ff
No known key found for this signature in database
GPG Key ID: C953D3880212068A

View File

@ -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())
{