2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-30 14:08:41 +00:00

Fix build in Release.

This commit is contained in:
John Preston
2024-08-21 09:35:11 +02:00
parent c3fda41224
commit 46304c7a2d

View File

@@ -771,7 +771,9 @@ void DeleteChatBox(not_null<Ui::GenericBox*> box, not_null<PeerData*> peer) {
? tr::lng_saved_messages() | Ui::Text::ToBold() ? tr::lng_saved_messages() | Ui::Text::ToBold()
: maybeUser : maybeUser
? tr::lng_profile_delete_conversation() | Ui::Text::ToBold() ? tr::lng_profile_delete_conversation() | Ui::Text::ToBold()
: rpl::single(peer->name()) | Ui::Text::ToBold(), : rpl::single(
peer->name()
) | Ui::Text::ToBold() | rpl::type_erased(),
box->getDelegate()->style().title)); box->getDelegate()->style().title));
Ui::AddSkip(container); Ui::AddSkip(container);