mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Don't show Non-Unique status without Upgrade.
This commit is contained in:
parent
0585e72c35
commit
a93e01b896
1 changed files with 1 additions and 1 deletions
|
@ -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(),
|
||||||
|
|
Loading…
Add table
Reference in a new issue