2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Add error display on link sharing.

This commit is contained in:
John Preston
2021-03-12 22:38:30 +04:00
parent ce84d9c84d
commit bbeb9d3950
4 changed files with 6 additions and 6 deletions

View File

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