File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -659,6 +659,8 @@ void BitcoinGUI::removeWallet(WalletModel* walletModel)
659
659
rpcConsole->removeWallet (walletModel);
660
660
walletFrame->removeWallet (walletModel);
661
661
updateWindowTitle ();
662
+ labelWalletHDStatusIcon->hide ();
663
+ labelWalletEncryptionIcon->hide ();
662
664
}
663
665
664
666
void BitcoinGUI::setCurrentWallet (WalletModel* wallet_model)
@@ -1209,7 +1211,7 @@ void BitcoinGUI::setHDStatus(bool privkeyDisabled, int hdEnabled)
1209
1211
{
1210
1212
labelWalletHDStatusIcon->setPixmap (platformStyle->SingleColorIcon (privkeyDisabled ? " :/icons/eye" : hdEnabled ? " :/icons/hd_enabled" : " :/icons/hd_disabled" ).pixmap (STATUSBAR_ICONSIZE,STATUSBAR_ICONSIZE));
1211
1213
labelWalletHDStatusIcon->setToolTip (privkeyDisabled ? tr (" Private key <b>disabled</b>" ) : hdEnabled ? tr (" HD key generation is <b>enabled</b>" ) : tr (" HD key generation is <b>disabled</b>" ));
1212
-
1214
+ labelWalletHDStatusIcon-> show ();
1213
1215
// eventually disable the QLabel to set its opacity to 50%
1214
1216
labelWalletHDStatusIcon->setEnabled (hdEnabled);
1215
1217
}
You can’t perform that action at this time.
0 commit comments