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:
@@ -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),
|
||||
|
Reference in New Issue
Block a user