2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Fix build on Xcode.

This commit is contained in:
John Preston
2021-02-16 20:34:55 +04:00
parent 707d090802
commit ce5739048a
5 changed files with 10 additions and 11 deletions

View File

@@ -940,7 +940,7 @@ void SessionController::startOrJoinGroupCall(
const auto channel = peer->asChannel();
if (channel && channel->amAnonymous()) {
Ui::ShowMultilineToast({
.text = tr::lng_group_call_no_anonymous(tr::now),
.text = { tr::lng_group_call_no_anonymous(tr::now) },
});
return;
}