2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-30 06:07:45 +00:00

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

View File

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