mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Add error display on link sharing.
This commit is contained in:
@@ -825,7 +825,7 @@ void GroupPanel::addMembers() {
|
||||
};
|
||||
auto box = Box(
|
||||
Group::ConfirmBox,
|
||||
text,
|
||||
TextWithEntities{ text },
|
||||
tr::lng_participant_invite(),
|
||||
[=] { inviteWithAdd(users, nonMembers, finishWithConfirm); });
|
||||
*shared = box.data();
|
||||
|
Reference in New Issue
Block a user