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:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user