mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-02-03 11:36:28 +00:00
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:
parent
ff998ba17b
commit
1bfafe7f7d
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue