mirror of
https://github.com/feather-wallet/feather.git
synced 2024-11-18 02:07:41 +00:00
Send: re-enable send button on wallet close
This commit is contained in:
parent
45b3f1ebde
commit
580675e8a0
1 changed files with 1 additions and 0 deletions
|
@ -183,6 +183,7 @@ void SendWidget::clearFields() {
|
||||||
|
|
||||||
void SendWidget::onWalletClosed() {
|
void SendWidget::onWalletClosed() {
|
||||||
this->clearFields();
|
this->clearFields();
|
||||||
|
ui->btnSend->setEnabled(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
void SendWidget::onInitiateTransaction() {
|
void SendWidget::onInitiateTransaction() {
|
||||||
|
|
Loading…
Reference in a new issue