2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Added ability to display subscription info in ReceiptCreditsBox.

This commit is contained in:
23rd
2024-08-09 23:49:09 +03:00
committed by John Preston
parent 4760337958
commit 32e8ed93e2
10 changed files with 135 additions and 41 deletions

View File

@@ -102,7 +102,8 @@ void ProcessCreditsReceipt(
controller->uiShow()->show(Box(
Settings::ReceiptCreditsBox,
controller,
entry));
entry,
Data::SubscriptionEntry{}));
controller->window().activate();
}