Remove link to Address Book link from Send page

GUI seems releasable without Address Book functionality. 

This PR proposes removing the link for the initial GUI release, with a goal to reimplement it later.
This commit is contained in:
xmr-eric 2016-12-08 22:00:33 -05:00 committed by GitHub
parent ff998ba17b
commit 1bfafe7f7d

View file

@ -194,7 +194,7 @@ Rectangle {
fontSize: 14
textFormat: Text.RichText
text: qsTr("<style type='text/css'>a {text-decoration: none; color: #FF6C3C; font-size: 14px;}</style>\
Address <font size='2'> ( Type in or select from </font> <a href='#'>Address</a><font size='2'> book )</font>")
Address")
+ translationManager.emptyString
onLinkActivated: appWindow.showPageRequest("AddressBook")