mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Fix opening channel with active livestream in a new window.
This commit is contained in:
@@ -158,6 +158,10 @@ void MainWindow::finishFirstShow() {
|
||||
}, lifetime());
|
||||
|
||||
setAttribute(Qt::WA_NoSystemBackground);
|
||||
|
||||
if (!_passcodeLock && _main) {
|
||||
_main->activate();
|
||||
}
|
||||
}
|
||||
|
||||
void MainWindow::clearWidgetsHook() {
|
||||
|
Reference in New Issue
Block a user