Skip to content

Commit

Permalink
[GUI] send screen, hide shield all coins btn for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
furszy committed Dec 21, 2020
1 parent 7a25694 commit 575349b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qt/pivx/send.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ SendWidget::SendWidget(PIVXGUI* parent) :
// Shield coins
ui->btnShieldCoins->setTitleClassAndText("btn-title-grey", tr("Shield Coins"));
ui->btnShieldCoins->setSubTitleClassAndText("text-subtitle", tr("Convert all transparent coins into shielded coins"));
ui->btnShieldCoins->setVisible(false);

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

0 comments on commit 575349b

Please sign in to comment.