mirror of
https://github.com/feather-wallet/feather.git
synced 2024-11-17 17:57:39 +00:00
Merge pull request 'Send: re-enable send button on wallet close' (#248) from tobtoht/feather:send_reenable_wallet_close into master
Reviewed-on: https://git.wownero.com/feather/feather/pulls/248
This commit is contained in:
commit
8668f2beb2
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