2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-02 23:55:12 +00:00

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()); }, lifetime());
setAttribute(Qt::WA_NoSystemBackground); setAttribute(Qt::WA_NoSystemBackground);
if (!_passcodeLock && _main) {
_main->activate();
}
} }
void MainWindow::clearWidgetsHook() { void MainWindow::clearWidgetsHook() {