2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-04 00:15:42 +00:00

Don't show Non-Unique status without Upgrade.

This commit is contained in:
John Preston
2025-02-07 10:32:10 +04:00
parent 0585e72c35
commit a93e01b896

View File

@@ -1509,7 +1509,7 @@ void AddStarGiftTable(
std::move(amount), std::move(amount),
Ui::Text::WithEntities))); Ui::Text::WithEntities)));
} }
if (!unique && !entry.soldOutInfo) { if (!unique && !entry.soldOutInfo && startUpgrade) {
AddTableRow( AddTableRow(
table, table,
tr::lng_gift_unique_status(), tr::lng_gift_unique_status(),