mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-14 13:17:08 +02:00
Update "View as (Messages,Topics)" menu icons.
This commit is contained in:
parent
0ffda016da
commit
96b651c29b
8 changed files with 4 additions and 2 deletions
BIN
Telegram/Resources/icons/menu/mode_messages.png
Normal file
BIN
Telegram/Resources/icons/menu/mode_messages.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 745 B |
BIN
Telegram/Resources/icons/menu/mode_messages@2x.png
Normal file
BIN
Telegram/Resources/icons/menu/mode_messages@2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
BIN
Telegram/Resources/icons/menu/mode_messages@3x.png
Normal file
BIN
Telegram/Resources/icons/menu/mode_messages@3x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
BIN
Telegram/Resources/icons/menu/mode_topics.png
Normal file
BIN
Telegram/Resources/icons/menu/mode_topics.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 913 B |
BIN
Telegram/Resources/icons/menu/mode_topics@2x.png
Normal file
BIN
Telegram/Resources/icons/menu/mode_topics@2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
BIN
Telegram/Resources/icons/menu/mode_topics@3x.png
Normal file
BIN
Telegram/Resources/icons/menu/mode_topics@3x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.8 KiB |
|
@ -145,6 +145,8 @@ menuIconAbove: icon {{ "menu/link_above", menuIconColor }};
|
|||
menuIconBelow: icon {{ "menu/link_below", menuIconColor }};
|
||||
menuIconEnlarge: icon {{ "menu/link_enlarge", menuIconColor }};
|
||||
menuIconShrink: icon {{ "menu/link_shrink", menuIconColor }};
|
||||
menuIconAsTopics: icon {{ "menu/mode_topics", menuIconColor }};
|
||||
menuIconAsMessages: icon {{ "menu/mode_messages", menuIconColor }};
|
||||
|
||||
menuIconTTLAny: icon {{ "menu/auto_delete_plain", menuIconColor }};
|
||||
menuIconTTLAnyTextPosition: point(11px, 22px);
|
||||
|
|
|
@ -1152,7 +1152,7 @@ void Filler::addViewAsMessages() {
|
|||
peer->owner().saveViewAsMessages(forum, true);
|
||||
}
|
||||
controller->showPeerHistory(peer->id);
|
||||
}, &st::menuIconViewReplies);
|
||||
}, &st::menuIconAsMessages);
|
||||
}
|
||||
|
||||
void Filler::addViewAsTopics() {
|
||||
|
@ -1168,7 +1168,7 @@ void Filler::addViewAsTopics() {
|
|||
peer->owner().saveViewAsMessages(forum, false);
|
||||
controller->showForum(forum);
|
||||
}
|
||||
}, &st::menuIconViewReplies);
|
||||
}, &st::menuIconAsTopics);
|
||||
}
|
||||
|
||||
void Filler::addSearchTopics() {
|
||||
|
|
Loading…
Add table
Reference in a new issue