mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-17 22:57:11 +02:00
Fix group call bar with requests bar.
This commit is contained in:
parent
05be9d72b8
commit
664774f474
1 changed files with 3 additions and 3 deletions
|
@ -1488,12 +1488,12 @@ void HistoryWidget::orderWidgets() {
|
|||
if (_pinnedBar) {
|
||||
_pinnedBar->raise();
|
||||
}
|
||||
if (_groupCallBar) {
|
||||
_groupCallBar->raise();
|
||||
}
|
||||
if (_requestsBar) {
|
||||
_requestsBar->raise();
|
||||
}
|
||||
if (_groupCallBar) {
|
||||
_groupCallBar->raise();
|
||||
}
|
||||
if (_chooseTheme) {
|
||||
_chooseTheme->raise();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue