mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Handle documentLoadProgress instead of itemRepaintRequest.
This commit is contained in:
@@ -167,7 +167,7 @@ LocalStorageBox::Row::Row(
|
||||
sizeText(data),
|
||||
st::localStorageRowSize)
|
||||
, _clear(this, std::move(clear), st::localStorageClear) {
|
||||
_clear->setTextTransform(RoundButton::TextTransform::NoTransform);
|
||||
_clear->setTextTransform(Ui::RoundButton::TextTransform::NoTransform);
|
||||
_clear->setVisible(data.count != 0);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user