|
|
|
@ -468,8 +468,9 @@ Pane { |
|
|
|
Layout.preferredWidth: 1 |
|
|
|
Layout.preferredWidth: 1 |
|
|
|
visible: Daemon.currentWallet.walletType == 'imported' |
|
|
|
visible: Daemon.currentWallet.walletType == 'imported' |
|
|
|
text: Daemon.currentWallet.isWatchOnly |
|
|
|
text: Daemon.currentWallet.isWatchOnly |
|
|
|
? qsTr('Import additional addresses') |
|
|
|
? qsTr('Add addresses') |
|
|
|
: qsTr('Import additional keys') |
|
|
|
: qsTr('Add keys') |
|
|
|
|
|
|
|
icon.source: '../../icons/add.png' |
|
|
|
onClicked: rootItem.importAddressesKeys() |
|
|
|
onClicked: rootItem.importAddressesKeys() |
|
|
|
} |
|
|
|
} |
|
|
|
FlatButton { |
|
|
|
FlatButton { |
|
|
|
|