mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Replaced Ui::InformBox and Ui::ConfirmBox with GenericBox.
This commit is contained in:
@@ -86,8 +86,7 @@ void CheckChatInvite(
|
||||
}
|
||||
Core::App().hideMediaView();
|
||||
if (const auto strong = weak.get()) {
|
||||
strong->show(
|
||||
Box<Ui::InformBox>(tr::lng_group_invite_bad_link(tr::now)));
|
||||
strong->show(Ui::MakeInformBox(tr::lng_group_invite_bad_link()));
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user