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

fix(widget): properly open chat window

Closes #3386
This commit is contained in:
a68366 2016-06-14 00:02:37 +03:00
parent 6173199a5b
commit c17c3405bf

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