From 1fec25086d0ed9c744fa092747e9019214e46f9f Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 22 Sep 2024 17:03:18 +0300 Subject: temporarily return the old behavior --- plugins/TabSRMM/src/chat_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/TabSRMM/src/chat_main.cpp b/plugins/TabSRMM/src/chat_main.cpp index ee0ea0d942..0fe8cc168f 100644 --- a/plugins/TabSRMM/src/chat_main.cpp +++ b/plugins/TabSRMM/src/chat_main.cpp @@ -199,7 +199,7 @@ static void CheckUpdate() void ShowRoom(TContainerData *pContainer, SESSION_INFO *si) { if (si) - AutoCreateWindow(pContainer, si->hContact); + AutoCreateWindow(pContainer, si->hContact, true); } static void stubShowRoom(SESSION_INFO *si) -- cgit v1.2.3