mirror of
https://github.com/feather-wallet/feather.git
synced 2025-01-09 12:29:44 +00:00
Send: don't wipe amount field
This commit is contained in:
parent
09639181ba
commit
2d267994ef
1 changed files with 0 additions and 2 deletions
|
@ -70,8 +70,6 @@ void SendWidget::addressEdited() {
|
||||||
if (outputs.size() > 0) {
|
if (outputs.size() > 0) {
|
||||||
ui->lineAmount->setText(WalletManager::displayAmount(ui->lineAddress->getTotal()));
|
ui->lineAmount->setText(WalletManager::displayAmount(ui->lineAddress->getTotal()));
|
||||||
ui->comboCurrencySelection->setCurrentIndex(0);
|
ui->comboCurrencySelection->setCurrentIndex(0);
|
||||||
} else {
|
|
||||||
ui->lineAmount->setText("");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ui->btn_openAlias->setVisible(ui->lineAddress->isOpenAlias());
|
ui->btn_openAlias->setVisible(ui->lineAddress->isOpenAlias());
|
||||||
|
|
Loading…
Reference in a new issue