Fix My Profile item in sidebar not updating when avatar style changes

Closes #298
This commit is contained in:
Shadowfacts 2022-12-10 19:41:45 -05:00
parent b3ec259ce9
commit 081ef16e5e
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ class MainSidebarMyProfileCollectionViewCell: UICollectionViewListCell {
return
}
config.imageProperties.cornerRadius = Preferences.shared.avatarStyle.cornerRadiusFraction * avatarImageSize
self.contentConfiguration = contentConfiguration
self.contentConfiguration = config
}
}