mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
Merge pull request #1930
57ade04
transfer: fix non-existent property cursorPosition (mmbyday)
This commit is contained in:
commit
bb14eeb4fc
1 changed files with 0 additions and 2 deletions
|
@ -260,7 +260,6 @@ Rectangle {
|
|||
if (parts[0] === "true") {
|
||||
if (address_ok) {
|
||||
addressLine.text = parts[1]
|
||||
addressLine.cursorPosition = 0
|
||||
}
|
||||
else
|
||||
oa_message(qsTr("No valid address found at this OpenAlias address"))
|
||||
|
@ -268,7 +267,6 @@ Rectangle {
|
|||
else if (parts[0] === "false") {
|
||||
if (address_ok) {
|
||||
addressLine.text = parts[1]
|
||||
addressLine.cursorPosition = 0
|
||||
oa_message(qsTr("Address found, but the DNSSEC signatures could not be verified, so this address may be spoofed"))
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue