mirror of
https://github.com/cygnusxi/CurecoinSource.git
synced 2025-07-31 01:24:39 +02:00
Lock/Unlock tips
This commit is contained in:
parent
0606ee4a62
commit
b38d252312
@ -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(tr("Wallet is <b>encrypted</b> and currently <b>unlocked</b>"));
|
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>"));
|
||||||
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