mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix channel reactions editing.
This commit is contained in:
parent
e978770fbd
commit
f91eb65239
1 changed files with 2 additions and 1 deletions
|
@ -516,7 +516,8 @@ TabbedSelector::TabbedSelector(
|
||||||
emoji()->showSet(setId);
|
emoji()->showSet(setId);
|
||||||
_showRequests.fire({});
|
_showRequests.fire({});
|
||||||
}, lifetime());
|
}, lifetime());
|
||||||
|
}
|
||||||
|
if (hasEmojiTab()) {
|
||||||
emoji()->refreshEmoji();
|
emoji()->refreshEmoji();
|
||||||
}
|
}
|
||||||
//setAttribute(Qt::WA_AcceptTouchEvents);
|
//setAttribute(Qt::WA_AcceptTouchEvents);
|
||||||
|
|
Loading…
Add table
Reference in a new issue