mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Fix group call bar with requests bar.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user