mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +02:00
Fix opening channel with active livestream in a new window.
This commit is contained in:
parent
3a3341fef8
commit
d8743ec0e6
1 changed files with 4 additions and 0 deletions
|
@ -158,6 +158,10 @@ void MainWindow::finishFirstShow() {
|
|||
}, lifetime());
|
||||
|
||||
setAttribute(Qt::WA_NoSystemBackground);
|
||||
|
||||
if (!_passcodeLock && _main) {
|
||||
_main->activate();
|
||||
}
|
||||
}
|
||||
|
||||
void MainWindow::clearWidgetsHook() {
|
||||
|
|
Loading…
Add table
Reference in a new issue