mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 14:38:29 +01:00
Check for more than private keys disabled to show receive button
This commit is contained in:
@@ -101,7 +101,7 @@ void ReceiveCoinsDialog::setModel(WalletModel *_model)
|
||||
}
|
||||
|
||||
// eventually disable the main receive button if private key operations are disabled
|
||||
ui->receiveButton->setEnabled(!model->privateKeysDisabled());
|
||||
ui->receiveButton->setEnabled(model->canGetAddresses());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user