mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-10 18:27:26 -04:00
Merge pull request #1930
57ade04 transfer: fix non-existent property cursorPosition (mmbyday)
This commit is contained in:
@@ -260,7 +260,6 @@ Rectangle {
|
|||||||
if (parts[0] === "true") {
|
if (parts[0] === "true") {
|
||||||
if (address_ok) {
|
if (address_ok) {
|
||||||
addressLine.text = parts[1]
|
addressLine.text = parts[1]
|
||||||
addressLine.cursorPosition = 0
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
oa_message(qsTr("No valid address found at this OpenAlias address"))
|
oa_message(qsTr("No valid address found at this OpenAlias address"))
|
||||||
@@ -268,7 +267,6 @@ Rectangle {
|
|||||||
else if (parts[0] === "false") {
|
else if (parts[0] === "false") {
|
||||||
if (address_ok) {
|
if (address_ok) {
|
||||||
addressLine.text = parts[1]
|
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"))
|
oa_message(qsTr("Address found, but the DNSSEC signatures could not be verified, so this address may be spoofed"))
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user