mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-17 22:57:11 +02:00
Add icons for gift upgrading.
This commit is contained in:
parent
2113a2b634
commit
d6b833fbb2
8 changed files with 4 additions and 2 deletions
BIN
Telegram/Resources/icons/menu/tradable.png
Normal file
BIN
Telegram/Resources/icons/menu/tradable.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 811 B |
BIN
Telegram/Resources/icons/menu/tradable@2x.png
Normal file
BIN
Telegram/Resources/icons/menu/tradable@2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
BIN
Telegram/Resources/icons/menu/tradable@3x.png
Normal file
BIN
Telegram/Resources/icons/menu/tradable@3x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
BIN
Telegram/Resources/icons/menu/unique.png
Normal file
BIN
Telegram/Resources/icons/menu/unique.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 868 B |
BIN
Telegram/Resources/icons/menu/unique@2x.png
Normal file
BIN
Telegram/Resources/icons/menu/unique@2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
BIN
Telegram/Resources/icons/menu/unique@3x.png
Normal file
BIN
Telegram/Resources/icons/menu/unique@3x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.5 KiB |
|
@ -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 {
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue