mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Removed duplicated icons.
This commit is contained in:
parent
4125a45503
commit
aa241a1f62
8 changed files with 2 additions and 4 deletions
Binary file not shown.
Before Width: | Height: | Size: 444 B |
Binary file not shown.
Before Width: | Height: | Size: 741 B |
Binary file not shown.
Before Width: | Height: | Size: 1 KiB |
Binary file not shown.
Before Width: | Height: | Size: 665 B |
Binary file not shown.
Before Width: | Height: | Size: 1.3 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2 KiB |
|
@ -706,8 +706,8 @@ void Controller::fillPrivacyTypeButton() {
|
||||||
|
|
||||||
const auto isGroup = (_peer->isChat() || _peer->isMegagroup());
|
const auto isGroup = (_peer->isChat() || _peer->isMegagroup());
|
||||||
const auto icon = isGroup
|
const auto icon = isGroup
|
||||||
? &st::infoIconGroupType
|
? &st::settingsIconGroup
|
||||||
: &st::infoIconChannelType;
|
: &st::settingsIconChannel;
|
||||||
AddButtonWithText(
|
AddButtonWithText(
|
||||||
_controls.buttonsLayout,
|
_controls.buttonsLayout,
|
||||||
(hasLocation
|
(hasLocation
|
||||||
|
|
|
@ -331,8 +331,6 @@ infoIconRecentActions: icon {{ "info/edit/group_manage_actions", settingsIconFg
|
||||||
infoIconAdministrators: icon {{ "info/edit/group_manage_admins", settingsIconFg }};
|
infoIconAdministrators: icon {{ "info/edit/group_manage_admins", settingsIconFg }};
|
||||||
infoIconInviteLinks: icon {{ "info/edit/group_manage_links", settingsIconFg }};
|
infoIconInviteLinks: icon {{ "info/edit/group_manage_links", settingsIconFg }};
|
||||||
infoIconReactions: icon {{ "info/edit/group_manage_reactions", settingsIconFg }};
|
infoIconReactions: icon {{ "info/edit/group_manage_reactions", settingsIconFg }};
|
||||||
infoIconGroupType: icon {{ "info/edit/group_manage_type", settingsIconFg }};
|
|
||||||
infoIconChannelType: icon {{ "info/edit/channel_manage_type", settingsIconFg }};
|
|
||||||
infoIconSignature: icon {{ "info/edit/channel_manage_signature", settingsIconFg }};
|
infoIconSignature: icon {{ "info/edit/channel_manage_signature", settingsIconFg }};
|
||||||
infoIconShare: icon {{ "info/info_share", infoIconFg }};
|
infoIconShare: icon {{ "info/info_share", infoIconFg }};
|
||||||
infoIconEdit: icon {{ "info/info_edit", infoIconFg }};
|
infoIconEdit: icon {{ "info/info_edit", infoIconFg }};
|
||||||
|
|
Loading…
Add table
Reference in a new issue