mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 15:04:57 +00:00
Don't show Non-Unique status without Upgrade.
This commit is contained in:
@@ -1509,7 +1509,7 @@ void AddStarGiftTable(
|
||||
std::move(amount),
|
||||
Ui::Text::WithEntities)));
|
||||
}
|
||||
if (!unique && !entry.soldOutInfo) {
|
||||
if (!unique && !entry.soldOutInfo && startUpgrade) {
|
||||
AddTableRow(
|
||||
table,
|
||||
tr::lng_gift_unique_status(),
|
||||
|
||||
Reference in New Issue
Block a user