mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 22:27:20 +02:00
Fix separate windows with audio player.
Fixes https://bugs.telegram.org/c/18154
This commit is contained in:
parent
d81c40f4c8
commit
db15a58dde
1 changed files with 1 additions and 0 deletions
|
@ -280,6 +280,7 @@ void MainWindow::setupMain(MsgId singlePeerShowAtMsgId) {
|
|||
clearWidgets();
|
||||
_main = std::move(created);
|
||||
if (const auto peer = singlePeer()) {
|
||||
updateControlsGeometry();
|
||||
_main->controller()->showPeerHistory(
|
||||
peer,
|
||||
Window::SectionShow::Way::ClearStack,
|
||||
|
|
Loading…
Add table
Reference in a new issue