mirror of
https://github.com/cygnusxi/CurecoinSource.git
synced 2025-07-30 09:05:29 +02:00
Update curecoingui.cpp
This commit is contained in:
parent
f8aa8cd37f
commit
13a8c335ba
@ -790,7 +790,7 @@ void curecoinGUI::setEncryptionStatus(int status)
|
|||||||
case WalletModel::Unlocked:
|
case WalletModel::Unlocked:
|
||||||
labelEncryptionIcon->show();
|
labelEncryptionIcon->show();
|
||||||
labelEncryptionIcon->setPixmap(QIcon(":/icons/lock_open").pixmap(STATUSBAR_ICONSIZE,STATUSBAR_ICONSIZE));
|
labelEncryptionIcon->setPixmap(QIcon(":/icons/lock_open").pixmap(STATUSBAR_ICONSIZE,STATUSBAR_ICONSIZE));
|
||||||
labelEncryptionIcon->setToolTip(fWalletUnlockMintOnly? tr("Wallet is <b>encrypted</b> and currently <b>unlocked for block minting only</b>") : tr("Wallet is <b>encrypted</b> and currently <b>unlocked</b>"));
|
labelEncryptionIcon->setToolTip(tr("Wallet is <b>encrypted</b> and currently <b>unlocked</b>"));
|
||||||
encryptWalletAction->setChecked(true);
|
encryptWalletAction->setChecked(true);
|
||||||
changePassphraseAction->setEnabled(true);
|
changePassphraseAction->setEnabled(true);
|
||||||
encryptWalletAction->setEnabled(false); // TODO: decrypt currently not supported
|
encryptWalletAction->setEnabled(false); // TODO: decrypt currently not supported
|
||||||
|
Loading…
x
Reference in New Issue
Block a user