mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +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:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user