mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-02 15:45:12 +00:00
Update "View as (Messages,Topics)" menu icons.
This commit is contained in:
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 }};
|
menuIconBelow: icon {{ "menu/link_below", menuIconColor }};
|
||||||
menuIconEnlarge: icon {{ "menu/link_enlarge", menuIconColor }};
|
menuIconEnlarge: icon {{ "menu/link_enlarge", menuIconColor }};
|
||||||
menuIconShrink: icon {{ "menu/link_shrink", 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 }};
|
menuIconTTLAny: icon {{ "menu/auto_delete_plain", menuIconColor }};
|
||||||
menuIconTTLAnyTextPosition: point(11px, 22px);
|
menuIconTTLAnyTextPosition: point(11px, 22px);
|
||||||
|
@@ -1152,7 +1152,7 @@ void Filler::addViewAsMessages() {
|
|||||||
peer->owner().saveViewAsMessages(forum, true);
|
peer->owner().saveViewAsMessages(forum, true);
|
||||||
}
|
}
|
||||||
controller->showPeerHistory(peer->id);
|
controller->showPeerHistory(peer->id);
|
||||||
}, &st::menuIconViewReplies);
|
}, &st::menuIconAsMessages);
|
||||||
}
|
}
|
||||||
|
|
||||||
void Filler::addViewAsTopics() {
|
void Filler::addViewAsTopics() {
|
||||||
@@ -1168,7 +1168,7 @@ void Filler::addViewAsTopics() {
|
|||||||
peer->owner().saveViewAsMessages(forum, false);
|
peer->owner().saveViewAsMessages(forum, false);
|
||||||
controller->showForum(forum);
|
controller->showForum(forum);
|
||||||
}
|
}
|
||||||
}, &st::menuIconViewReplies);
|
}, &st::menuIconAsTopics);
|
||||||
}
|
}
|
||||||
|
|
||||||
void Filler::addSearchTopics() {
|
void Filler::addSearchTopics() {
|
||||||
|
Reference in New Issue
Block a user