2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Edit chat types in filters.

This commit is contained in:
John Preston
2020-03-13 17:05:21 +04:00
parent 13fe0b6272
commit b88f0108ad
18 changed files with 654 additions and 231 deletions

View File

@@ -185,7 +185,7 @@ BackgroundBox::Inner::Inner(
, _session(session)
, _api(_session->api().instance())
, _check(std::make_unique<Ui::RoundCheckbox>(st::overviewCheck, [=] { update(); })) {
_check->setChecked(true, Ui::RoundCheckbox::SetStyle::Fast);
_check->setChecked(true, anim::type::instant);
if (_session->data().wallpapers().empty()) {
resize(st::boxWideWidth, 2 * (st::backgroundSize.height() + st::backgroundPadding) + st::backgroundPadding);
} else {