mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Added simple icon to button for bot privacy policy from profile actions.
This commit is contained in:
@@ -668,6 +668,7 @@ infoIconReport: icon {{ "info/info_report", attentionButtonFg }};
|
||||
infoIconLeave: icon {{ "info/info_leave", infoIconFg }};
|
||||
infoIconBlock: icon {{ "info/info_block", attentionButtonFg }};
|
||||
infoIconMembers: icon {{ "info/info_members", infoIconFg }};
|
||||
infoIconPrivacyPolicy: icon {{ "menu/2sv_off", infoIconFg, point(4px, 4px) }};
|
||||
infoInformationIconPosition: point(25px, 12px);
|
||||
infoNotificationsIconPosition: point(20px, 5px);
|
||||
infoSharedMediaButtonIconPosition: point(20px, 3px);
|
||||
|
||||
@@ -2634,7 +2634,7 @@ void ActionsFiller::addBotCommandActions(not_null<UserData*> user) {
|
||||
tr::lng_profile_bot_privacy(),
|
||||
rpl::single(true),
|
||||
openPrivacyPolicy,
|
||||
nullptr);
|
||||
&st::infoIconPrivacyPolicy);
|
||||
}
|
||||
|
||||
void ActionsFiller::addReportAction() {
|
||||
|
||||
Reference in New Issue
Block a user