2
0
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:
John Preston
2022-02-28 12:53:50 +03:00
parent 05be9d72b8
commit 664774f474

View File

@@ -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();
}