Added channel photo to recent posts in list from statistics info.

This commit is contained in:
23rd
2023-11-22 19:20:57 +03:00
committed by John Preston
parent 11ea5e61cf
commit 19ab740da2
3 changed files with 15 additions and 4 deletions

View File

@@ -106,6 +106,10 @@ statisticsRecentPostButton: SettingsButton(defaultSettingsButton) {
}
statisticsRecentPostShareIcon: icon {{ "menu/forward", windowSubTextFg }};
statisticsRecentPostReactionIcon: icon {{ "menu/group_reactions", windowSubTextFg }};
statisticsRecentPostUserpic: UserpicButton(defaultUserpicButton) {
size: size(contactsPhotoSize, contactsPhotoSize);
photoSize: contactsPhotoSize;
}
statisticsShowMoreButton: SettingsButton(defaultSettingsButton) {
textFg: lightButtonFg;