From a018488fdc9fd3732e45c4b5f7667d2ed5ae23bf Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 31 Aug 2022 17:18:04 +0300 Subject: fixes #3171 (VoiceService: do not grab focus on incoming call) --- plugins/VoiceService/src/VoiceCall.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/VoiceService/src') diff --git a/plugins/VoiceService/src/VoiceCall.cpp b/plugins/VoiceService/src/VoiceCall.cpp index 56be10ec6e..c6f579f2d4 100644 --- a/plugins/VoiceService/src/VoiceCall.cpp +++ b/plugins/VoiceService/src/VoiceCall.cpp @@ -68,7 +68,7 @@ VoiceCall::VoiceCall(VoiceProvider *module, const char *id) : m_calltimer.OnEvent = Callback(this, &VoiceCall::OnCallTimer); CreateDisplayName(); - Show(); + Show(SW_SHOWNOACTIVATE); } VoiceCall::~VoiceCall() -- cgit v1.2.3