mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-10 05:36:23 +00:00
This adds support for letter identicons by using the `icon.isLetterIdenticon` flag: ```qml StatusListItem { title: "Some name" icon.isLetterIdenticon: true icon.background.color: "orange" } ``` Closes #239