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:
emizzle 2020-09-11 16:39:01 +10:00 committed by Iuri Matias
parent 212f33b3c0
commit 8e2acbe009
1 changed files with 1 additions and 1 deletions

View File

@ -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")
]