Open links from QR payloads: Ctrl+O opens the decoded URL (browser) instead of the image; clickable Open-link chips in link and QR previews
This commit is contained in:
@@ -794,6 +794,7 @@ Item {
|
||||
anchors.left: parent.left
|
||||
anchors.leftMargin: root.listWidth + Style.space(14)
|
||||
result: root.currentResult
|
||||
onOpen: root.openResult(root.currentResult)
|
||||
visible: root.currentResult !== null
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user