mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 06:07:06 +02:00
Make local storage clear buttons non-uppercase.
This commit is contained in:
parent
d8724a63fb
commit
1f38ab1690
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue