From 8e2acbe009b4f13d286293dd79f1b16bfbe02d3b Mon Sep 17 00:00:00 2001 From: emizzle Date: Fri, 11 Sep 2020 16:39:01 +1000 Subject: [PATCH] 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. --- ui/shared/RecipientSelector.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/shared/RecipientSelector.qml b/ui/shared/RecipientSelector.qml index 7328f8d978..e231ee726d 100644 --- a/ui/shared/RecipientSelector.qml +++ b/ui/shared/RecipientSelector.qml @@ -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") ]