mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-07 07:33:52 +02:00
Fix "Add People" button visibility update.
This commit is contained in:
parent
2b6dfbf4eb
commit
4c2ec15f70
1 changed files with 1 additions and 0 deletions
|
@ -911,6 +911,7 @@ void Panel::showControls() {
|
|||
_decline->setVisible(_decline->toggled());
|
||||
_cancel->setVisible(_cancel->toggled());
|
||||
_screencast->setVisible(_screencast->toggled());
|
||||
_addPeople->setVisible(_addPeople->toggled());
|
||||
|
||||
const auto shown = !_incomingFrameSize.isEmpty();
|
||||
_incoming->widget()->setVisible(shown);
|
||||
|
|
Loading…
Add table
Reference in a new issue