fix: resolve ens addresses in bookmarks
This commit is contained in:
parent
cc9830268a
commit
a0fcb0e4c7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue