Merge ef5dbbe29c465e5e919940826da22e82e28e11ab into c3bdbb8d8ff9b9114512b8853bbdc9c10d372e35

This commit is contained in:
Copilot 2026-02-18 12:46:43 +00:00 committed by GitHub
commit f8d8aff4d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -56,6 +56,7 @@ ColumnLayout {
editable: true
model: knownAddresses
font.pixelSize: Theme.typography.secondaryText
placeholderText: qsTr("Select or enter wallet address (64 hex chars)")
onActivated: function(index) {
if (index >= 0 && index < knownAddresses.length)
currentText = knownAddresses[index]