Merge pull request 'Send: re-enable send button on wallet close' (#248) from tobtoht/feather:send_reenable_wallet_close into master

Reviewed-on: feather/feather#248
remotes/1691844314220217825/master
tobtoht 3 years ago
commit 8668f2beb2

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

Loading…
Cancel
Save