2
0
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:
John Preston
2022-03-01 17:32:39 +03:00
parent 1f38ab1690
commit 0192edbe84
11 changed files with 109 additions and 59 deletions

View File

@@ -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);
}