chore: replace ghost icon
|
Before Width: | Height: | Size: 507 B |
|
Before Width: | Height: | Size: 798 B |
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 472 B After Width: | Height: | Size: 525 B |
|
Before Width: | Height: | Size: 756 B After Width: | Height: | Size: 844 B |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 371 B After Width: | Height: | Size: 423 B |
|
Before Width: | Height: | Size: 609 B After Width: | Height: | Size: 680 B |
|
Before Width: | Height: | Size: 887 B After Width: | Height: | Size: 955 B |
@@ -12,13 +12,11 @@ using "ui/widgets/widgets.style";
|
||||
using "dialogs/dialogs.style";
|
||||
|
||||
ayuGhostIcon: icon {{ "ayu/ghost", menuIconColor }};
|
||||
ayuMenuIcon: icon {{ "ayu/ayu_menu", menuIconColor }};
|
||||
ayuEditsHistoryIcon: icon {{ "ayu/edits_history", menuIconColor }};
|
||||
ayuLReadMenuIcon: icon {{ "ayu/lread", menuIconColor }};
|
||||
ayuSReadMenuIcon: icon {{ "ayu/sread", menuIconColor }};
|
||||
ayuStreamerModeMenuIcon: icon {{ "ayu/streamer", menuIconColor }};
|
||||
|
||||
ayuMenuIconToBeginning: icon {{ "ayu/to_beginning", menuIconColor }};
|
||||
ayuToBeginningMenuIcon: icon {{ "ayu/to_beginning", menuIconColor }};
|
||||
|
||||
messageFieldAttachIcon: icon {{ "ayu/message_field/attach", menuIconColor }};
|
||||
messageFieldCommandsIcon: icon {{ "ayu/message_field/commands", menuIconColor }};
|
||||
|
||||
@@ -296,7 +296,7 @@ void AddJumpToBeginningAction(PeerData *peerData,
|
||||
}
|
||||
}
|
||||
},
|
||||
&st::ayuMenuIconToBeginning);
|
||||
&st::ayuToBeginningMenuIcon);
|
||||
}
|
||||
|
||||
void AddOpenChannelAction(PeerData *peerData,
|
||||
|
||||