Add icons for gift upgrading.

This commit is contained in:
John Preston 2024-12-27 23:22:58 +04:00
parent 2113a2b634
commit d6b833fbb2
8 changed files with 4 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 811 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 868 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

View file

@ -2140,7 +2140,7 @@ void UpgradeBox(
infoRow(
tr::lng_gift_upgrade_unique_title(),
tr::lng_gift_upgrade_unique_about(),
&st::menuIconReplace);
&st::menuIconUnique);
infoRow(
tr::lng_gift_upgrade_transferable_title(),
tr::lng_gift_upgrade_transferable_about(),
@ -2148,7 +2148,7 @@ void UpgradeBox(
infoRow(
tr::lng_gift_upgrade_tradable_title(),
tr::lng_gift_upgrade_tradable_about(),
&st::menuIconReplace,
&st::menuIconTradable,
true);
struct State {

View file

@ -171,6 +171,8 @@ menuIconStarRefShare: icon {{ "menu/stars_share", menuIconColor }};
menuIconStarRefLink: icon {{ "settings/premium/features/feature_links2", menuIconColor }};
menuIconTransparent: icon {{ "menu/affiliate_transparent", menuIconColor }};
menuIconLike: icon {{ "menu/affiliate_simple", menuIconColor }};
menuIconTradable: icon {{ "menu/tradable", menuIconColor }};
menuIconUnique: icon {{ "menu/unique", menuIconColor }};
menuIconTTLAny: icon {{ "menu/auto_delete_plain", menuIconColor }};
menuIconTTLAnyTextPosition: point(11px, 22px);