2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-30 22:16:14 +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

@@ -1240,7 +1240,7 @@ void Filler::addGiftPremium() {
const auto navigation = _controller;
_addAction(tr::lng_profile_gift_premium(tr::now), [=] {
Ui::ChooseStarGiftRecipient(navigation, [] {});
Ui::ChooseStarGiftRecipient(navigation);
}, &st::menuIconGiftPremium);
}