Fix opening channel with active livestream in a new window.

This commit is contained in:
John Preston 2022-08-08 18:18:44 +03:00
parent 3a3341fef8
commit d8743ec0e6

View file

@ -158,6 +158,10 @@ void MainWindow::finishFirstShow() {
}, lifetime());
setAttribute(Qt::WA_NoSystemBackground);
if (!_passcodeLock && _main) {
_main->activate();
}
}
void MainWindow::clearWidgetsHook() {