AddressBook menu improvment: Send to this address

This commit is contained in:
Jonathan Cross
2017-04-18 18:15:30 +02:00
parent 4ca35af11a
commit e2bfe25b9d
4 changed files with 4 additions and 4 deletions

View File

@@ -122,7 +122,7 @@ ListView {
ListModel {
id: dropModel
ListElement { name: "<b>Copy address to clipboard</b>"; icon: "../images/dropdownCopy.png" }
ListElement { name: "<b>Send to same destination</b>"; icon: "../images/dropdownSend.png" }
ListElement { name: "<b>Send to this address</b>"; icon: "../images/dropdownSend.png" }
// ListElement { name: "<b>Find similar transactions</b>"; icon: "../images/dropdownSearch.png" }
ListElement { name: "<b>Remove from address book</b>"; icon: "../images/dropdownDel.png" }
}