Merge pull request #1904

b758c79 AddressBook: hide 'Add' form when invoked from 'Send' tab (xiphon)
This commit is contained in:
luigi1111
2019-01-21 15:01:25 -06:00
3 changed files with 37 additions and 18 deletions

View File

@@ -213,7 +213,10 @@ Rectangle {
placeholderText: "4.. / 8.."
wrapMode: Text.WrapAnywhere
addressValidation: true
onInputLabelLinkActivated: { appWindow.showPageRequest("AddressBook") }
onInputLabelLinkActivated: {
middlePanel.addressBookView.selectAndSend = true;
appWindow.showPageRequest("AddressBook");
}
pasteButton: true
onPaste: function(clipboardText) {
const parsed = walletManager.parse_uri_to_object(clipboardText);