mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-10 21:56:37 +00:00
Description: Enhanced the SendModal.qml to filter out non-transferable (soulbound) collectibles from the send model. This ensures that only transferable collectibles are displayed when sending. Changes: Updated SendModal.qml to include a SortFilterProxyModel with a ValueFilter. The ValueFilter targets the soulbound role and filters out collectibles with soulbound set to false. Issue: Closes #14578