mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +02:00
Fix Chat / Effect previews in custom themes.
This commit is contained in:
parent
a011a7c316
commit
f7ab8a2174
1 changed files with 2 additions and 0 deletions
|
@ -281,6 +281,8 @@ EffectPreview::EffectPreview(
|
|||
, _bottom(_send ? ((Ui::RpWidget*)_send.get()) : _premiumPromoLabel.get())
|
||||
, _close(done)
|
||||
, _actionWithEffect(ComposeActionWithEffect(action, _effectId, done)) {
|
||||
_chatStyle->apply(_theme.get());
|
||||
|
||||
setupGeometry(position);
|
||||
setupItem();
|
||||
setupBackground();
|
||||
|
|
Loading…
Add table
Reference in a new issue