diff options
| author | George Hazan <george.hazan@gmail.com> | 2024-12-06 13:43:03 +0300 | 
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2024-12-06 13:43:07 +0300 | 
| commit | bec40796b4fdc00fe5725aa8f9940f740854151c (patch) | |
| tree | 7982d15bd3bf6c375cc45719312a8620118b7c48 | |
| parent | 64807f53747e10697e5d3049d5ca3d3032bc3f07 (diff) | |
fixes #4768 (TabSRMM: глюки по следам галки автооткрытия для групчатов)
| -rw-r--r-- | plugins/TabSRMM/src/msgdialog.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/msgdialog.cpp b/plugins/TabSRMM/src/msgdialog.cpp index 13aa569bbf..981a57a705 100644 --- a/plugins/TabSRMM/src/msgdialog.cpp +++ b/plugins/TabSRMM/src/msgdialog.cpp @@ -614,7 +614,7 @@ bool CMsgDialog::OnInitDialog()  		m_bWasBackgroundCreate = m_bNeedCheckSize = m_bDeferredScroll = true;
  	}
 -	if (isChat()) {
 +	if (isChat() && !g_plugin.bApplyPrivateSettings) {
  		m_pContainer->m_hwndActive = m_hwnd;
  		ShowWindow(m_hwnd, SW_SHOW);
  	}
  | 
