Make local storage clear buttons non-uppercase.

This commit is contained in:
John Preston 2022-03-01 17:01:08 +03:00
parent d8724a63fb
commit 1f38ab1690

View file

@ -167,6 +167,7 @@ LocalStorageBox::Row::Row(
sizeText(data),
st::localStorageRowSize)
, _clear(this, std::move(clear), st::localStorageClear) {
_clear->setTextTransform(RoundButton::TextTransform::NoTransform);
_clear->setVisible(data.count != 0);
}