Send: re-enable send button on wallet close

This commit is contained in:
tobtoht 2020-12-23 00:24:10 +01:00
parent 45b3f1ebde
commit 580675e8a0
No known key found for this signature in database
GPG Key ID: 1CADD27F41F45C3C
1 changed files with 1 additions and 0 deletions

View File

@ -183,6 +183,7 @@ void SendWidget::clearFields() {
void SendWidget::onWalletClosed() {
this->clearFields();
ui->btnSend->setEnabled(true);
}
void SendWidget::onInitiateTransaction() {