mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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())
|
, _bottom(_send ? ((Ui::RpWidget*)_send.get()) : _premiumPromoLabel.get())
|
||||||
, _close(done)
|
, _close(done)
|
||||||
, _actionWithEffect(ComposeActionWithEffect(action, _effectId, done)) {
|
, _actionWithEffect(ComposeActionWithEffect(action, _effectId, done)) {
|
||||||
|
_chatStyle->apply(_theme.get());
|
||||||
|
|
||||||
setupGeometry(position);
|
setupGeometry(position);
|
||||||
setupItem();
|
setupItem();
|
||||||
setupBackground();
|
setupBackground();
|
||||||
|
|
Loading…
Add table
Reference in a new issue