Added text transform to RoundButton as mandatory argument.

This commit is contained in:
23rd
2026-04-06 16:07:28 +03:00
parent d164a49675
commit 7c26a251cf
78 changed files with 267 additions and 253 deletions
@@ -198,10 +198,10 @@ PreviewWrap::PreviewWrap(
item->out()
? tr::lng_close()
: tr::lng_ttl_voice_close_in(),
st::ttlMediaButton);
st::ttlMediaButton,
Ui::RoundButtonTextNoTransform);
close->setFullRadius(true);
close->setClickedCallback(closeCallback);
close->setTextTransform(Ui::RoundButton::TextTransform::NoTransform);
rpl::combine(
sizeValue(),