mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-13 19:50:43 +02:00
Merge g815 via fix_qt_privacy_before_open-23
This commit is contained in:
commit
20bc0e347c
@ -817,7 +817,7 @@ void BitcoinGUI::setWalletActionsEnabled(bool enabled)
|
|||||||
overviewAction->setEnabled(enabled);
|
overviewAction->setEnabled(enabled);
|
||||||
sendCoinsAction->setEnabled(enabled);
|
sendCoinsAction->setEnabled(enabled);
|
||||||
receiveCoinsAction->setEnabled(enabled);
|
receiveCoinsAction->setEnabled(enabled);
|
||||||
historyAction->setEnabled(enabled);
|
historyAction->setEnabled(enabled && !isPrivacyModeActivated());
|
||||||
encryptWalletAction->setEnabled(enabled);
|
encryptWalletAction->setEnabled(enabled);
|
||||||
backupWalletAction->setEnabled(enabled);
|
backupWalletAction->setEnabled(enabled);
|
||||||
changePassphraseAction->setEnabled(enabled);
|
changePassphraseAction->setEnabled(enabled);
|
||||||
|
Loading…
Reference in New Issue
Block a user