mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-21 20:09:37 +00:00
20f1bfa0ea
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