mirror of
https://github.com/logos-blockchain/logos-blockchain-ui.git
synced 2026-04-01 17:03:31 +00:00
Merge ef5dbbe29c465e5e919940826da22e82e28e11ab into c3bdbb8d8ff9b9114512b8853bbdc9c10d372e35
This commit is contained in:
commit
f8d8aff4d1
@ -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]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user