mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-13 03:30:42 +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);
|
||||
sendCoinsAction->setEnabled(enabled);
|
||||
receiveCoinsAction->setEnabled(enabled);
|
||||
historyAction->setEnabled(enabled);
|
||||
historyAction->setEnabled(enabled && !isPrivacyModeActivated());
|
||||
encryptWalletAction->setEnabled(enabled);
|
||||
backupWalletAction->setEnabled(enabled);
|
||||
changePassphraseAction->setEnabled(enabled);
|
||||
|
Loading…
Reference in New Issue
Block a user