2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-03 16:05:57 +00:00

Beta version 5.5.6.

- Allow resizing the window used for web apps and games.
- Add mention / hashtag autocomplete in media caption field.
- Add "Include muted chats in folder counters" notifications setting.
- Auto-select URL suggested from clipboard when creating a custom link.
- Update emoji to Unicode 15.1.
- Fix replying with a quote from media album caption.
- Fix viewing custom emoji packs from media album caption.
This commit is contained in:
John Preston
2024-09-19 13:25:12 +04:00
parent 666dacf73b
commit aec220fd2c
8 changed files with 27 additions and 19 deletions

View File

@@ -596,7 +596,6 @@ void EditCaptionBox::setupFieldAutocomplete() {
Ui::PostponeCall(raw, [=] {
*scheduled = false;
auto full = parent->rect();
auto field = Ui::MapFrom(parent, this, _field->geometry());
_autocomplete->setBoundings(QRect(
field.x() - _field->x(),