2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-05 09:05:14 +00:00

Add FileSizeLimitBox and pass "ref" to premium payment.

This commit is contained in:
John Preston
2022-05-23 18:46:15 +04:00
parent 62f42eabb0
commit d1907083ed
20 changed files with 211 additions and 350 deletions

View File

@@ -448,7 +448,7 @@ void ReactionsSettingsBox(
button->setClickedCallback([=, emoji = r.emoji] {
if (premium && !controller->session().premium()) {
Settings::ShowPremium(&controller->session());
Settings::ShowPremium(controller, "unique_reactions");
return;
}
checkButton(button);