fix: resolve ens addresses in bookmarks

This commit is contained in:
Richard Ramos 2020-12-09 12:17:37 -04:00 committed by Iuri Matias
parent cc9830268a
commit a0fcb0e4c7
1 changed files with 3 additions and 1 deletions

View File

@ -666,7 +666,9 @@ Rectangle {
delegate: BookmarkButton {
id: bookmarkBtn
text: name
onClicked: currentWebView.url = url
onClicked: {
currentWebView.url = determineRealURL(url)
}
source: imageUrl
onRightClicked: {
favoriteMenu.url = url