mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-07-23 06:02:49 +02:00
Fix scheduled voice chat creation.
This commit is contained in:
parent
df6f5d83d6
commit
2af1d95650
1 changed files with 4 additions and 0 deletions
|
@ -954,6 +954,7 @@ void Panel::setupMembers() {
|
|||
setupVideo();
|
||||
_members->show();
|
||||
|
||||
refreshControlsBackground();
|
||||
raiseControls();
|
||||
|
||||
_members->desiredHeightValue(
|
||||
|
@ -1729,6 +1730,9 @@ void Panel::updateButtonsStyles() {
|
|||
}
|
||||
|
||||
void Panel::refreshControlsBackground() {
|
||||
if (!_members) {
|
||||
return;
|
||||
}
|
||||
if (mode() == PanelMode::Default) {
|
||||
trackControls(false);
|
||||
_controlsBackgroundWide.destroy();
|
||||
|
|
Loading…
Add table
Reference in a new issue