mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix glitch in Invite by Link button disappearance.
This commit is contained in:
parent
d15c462cc3
commit
c687882760
1 changed files with 1 additions and 0 deletions
|
@ -225,6 +225,7 @@ void AddParticipantsBoxController::addInviteLinkButton() {
|
||||||
delegate()->peerListMouseLeftGeometry();
|
delegate()->peerListMouseLeftGeometry();
|
||||||
}, button->lifetime());
|
}, button->lifetime());
|
||||||
delegate()->peerListSetAboveWidget(std::move(button));
|
delegate()->peerListSetAboveWidget(std::move(button));
|
||||||
|
delegate()->peerListRefreshRows();
|
||||||
}
|
}
|
||||||
|
|
||||||
void AddParticipantsBoxController::inviteSelectedUsers(
|
void AddParticipantsBoxController::inviteSelectedUsers(
|
||||||
|
|
Loading…
Add table
Reference in a new issue