mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix build in Release.
This commit is contained in:
parent
c3fda41224
commit
46304c7a2d
1 changed files with 3 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Reference in a new issue