Co-authored-by: UdjinM6 <UdjinM6@users.noreply.github.com>
This commit is contained in:
PastaPastaPasta 2020-09-25 17:06:17 +00:00 committed by GitHub
parent dbfdf8cb15
commit af457e143d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -457,7 +457,7 @@ void OverviewPage::privateSendStatus(bool fForce)
if(!walletModel) return;
bool fIsEnabled = CPrivateSendClientOptions::IsEnabled();
bool fIsEnabled = privateSendClient.fEnablePrivateSend;
ui->framePrivateSend->setVisible(fIsEnabled);
if (!fIsEnabled) {
SetupTransactionList(NUM_ITEMS_DISABLED);