2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Beta version 4.16.9.

- Show "Frequent contacts" when you focus the search field.
- Show "Recent chats" when you focus the search field.
- Show "Channels" and channel recommendations.
- Allow changing font in Settings > Chat settings > Font family.
This commit is contained in:
John Preston
2024-04-23 22:41:39 +04:00
parent 56bce70558
commit 331e8c3ec6
9 changed files with 24 additions and 28 deletions

View File

@@ -1225,7 +1225,6 @@ void Suggestions::paintEvent(QPaintEvent *e) {
const auto slide = st::topPeers.height + st::searchedBarHeight;
const auto right = (_tab.current() == Tab::Channels);
const auto progress = _slideAnimation.value(right ? 1. : 0.);
const auto shift = st::topPeers.height + st::searchedBarHeight;
p.setOpacity(1. - progress);
p.drawPixmap(
anim::interpolate(0, -slide, progress),