Skip to content

Commit 575349b

Browse files
committed
[GUI] send screen, hide shield all coins btn for now.
1 parent 7a25694 commit 575349b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/qt/pivx/send.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ SendWidget::SendWidget(PIVXGUI* parent) :
7777
// Shield coins
7878
ui->btnShieldCoins->setTitleClassAndText("btn-title-grey", tr("Shield Coins"));
7979
ui->btnShieldCoins->setSubTitleClassAndText("text-subtitle", tr("Convert all transparent coins into shielded coins"));
80+
ui->btnShieldCoins->setVisible(false);
8081

8182
connect(ui->pushButtonFee, &QPushButton::clicked, this, &SendWidget::onChangeCustomFeeClicked);
8283
connect(ui->btnCoinControl, &OptionButton::clicked, this, &SendWidget::onCoinControlClicked);

0 commit comments

Comments
 (0)