2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-02 07:25:46 +00:00

Return gift_credits_box with gifting stars.

This commit is contained in:
John Preston
2024-09-30 12:18:48 +04:00
parent d361d5f3b2
commit cf1d274b0d
10 changed files with 216 additions and 18 deletions

View File

@@ -528,7 +528,7 @@ void SetupPremium(
{ .icon = &st::menuIconGiftPremium }
);
button->addClickHandler([=] {
Ui::ChooseStarGiftRecipient(controller, [] {});
Ui::ChooseStarGiftRecipient(controller);
});
}
Ui::AddSkip(container);