feat: disable selection of "contact" in send modal
Disable the selection of "contact" in the send transaction modal, because right now, this is not possible, but it will be in the future. Once we get this working, we can uncomment it.
This commit is contained in:
parent
212f33b3c0
commit
8e2acbe009
|
@ -22,7 +22,7 @@ Item {
|
|||
property var reset: function() {}
|
||||
readonly property var sources: [
|
||||
qsTr("Address"),
|
||||
qsTr("Contact"),
|
||||
// qsTr("Contact"), // disable this tempoarily as we work to enable to sending to contacts
|
||||
qsTr("My account")
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in New Issue