mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +02:00
Fix menu toggle order in group calls.
This commit is contained in:
parent
e84bfe0420
commit
f90f5aa0c2
1 changed files with 4 additions and 0 deletions
|
@ -931,6 +931,9 @@ void Panel::raiseControls() {
|
|||
_titleSeparator->raise();
|
||||
_viewers->raise();
|
||||
}
|
||||
if (_menuToggle) {
|
||||
_menuToggle->raise();
|
||||
}
|
||||
if (_recordingMark) {
|
||||
_recordingMark->raise();
|
||||
}
|
||||
|
@ -1215,6 +1218,7 @@ void Panel::refreshTopButton() {
|
|||
_menuToggle->show();
|
||||
_menuToggle->setClickedCallback([=] { showMainMenu(); });
|
||||
updateControlsGeometry();
|
||||
raiseControls();
|
||||
}
|
||||
} else if (showNarrowUserpic) {
|
||||
_menuToggle.destroy();
|
||||
|
|
Loading…
Add table
Reference in a new issue