mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Correctly show premium promo for custom reactions.
This commit is contained in:
@@ -455,9 +455,7 @@ void ReactionsSettingsBox(
|
||||
|
||||
button->setClickedCallback([=, id = r.id] {
|
||||
if (premium && !controller->session().premium()) {
|
||||
ShowPremiumPreviewBox(
|
||||
controller,
|
||||
PremiumPreview::Reactions);
|
||||
ShowPremiumPreviewBox(controller, PremiumPreview::Reactions);
|
||||
return;
|
||||
}
|
||||
checkButton(button);
|
||||
|
||||
Reference in New Issue
Block a user