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:
@@ -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() {
|
||||||
|
Reference in New Issue
Block a user