Don't quit on call end with window hidden in tray.

Fixes #8585.
This commit is contained in:
John Preston 2020-10-23 19:37:58 +03:00
parent 9de4c42555
commit aff4f69b64
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ Sandbox::Sandbox(
}
})
, _launcher(launcher) {
setQuitOnLastWindowClosed(false);
}
int Sandbox::start() {