From aff4f69b64f6887c8983930c4fa87d51e4091d4a Mon Sep 17 00:00:00 2001 From: John Preston Date: Fri, 23 Oct 2020 19:37:58 +0300 Subject: [PATCH] Don't quit on call end with window hidden in tray. Fixes #8585. --- Telegram/SourceFiles/core/sandbox.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Telegram/SourceFiles/core/sandbox.cpp b/Telegram/SourceFiles/core/sandbox.cpp index f2989b99f..3f6f47cb5 100644 --- a/Telegram/SourceFiles/core/sandbox.cpp +++ b/Telegram/SourceFiles/core/sandbox.cpp @@ -90,6 +90,7 @@ Sandbox::Sandbox( } }) , _launcher(launcher) { + setQuitOnLastWindowClosed(false); } int Sandbox::start() {