2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +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

@@ -706,7 +706,7 @@ base::options::toggle ShowPeerIdBelowAbout({
button->setClickedCallback([=] {
if (!button->isDisabled()) {
Ui::ShowStarGiftBox(controller, user, [] {});
Ui::ShowStarGiftBox(controller, user);
}
});