mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 12:02:48 +01:00
Fix dbfdf8cb15
Co-authored-by: UdjinM6 <UdjinM6@users.noreply.github.com>
This commit is contained in:
parent
dbfdf8cb15
commit
af457e143d
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user