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:
@@ -706,7 +706,7 @@ base::options::toggle ShowPeerIdBelowAbout({
|
||||
|
||||
button->setClickedCallback([=] {
|
||||
if (!button->isDisabled()) {
|
||||
Ui::ShowStarGiftBox(controller, user, [] {});
|
||||
Ui::ShowStarGiftBox(controller, user);
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user