Skip to content

Commit

Permalink
GUI: Receive: Eliminate "Copy URI" from receive request dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-jr authored and instagibbs committed Apr 10, 2019
1 parent 9ee4629 commit 4c678d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/qt/receiverequestdialog.cpp
Expand Up @@ -92,6 +92,8 @@ ReceiveRequestDialog::ReceiveRequestDialog(QWidget *parent) :
{
ui->setupUi(this);

ui->btnCopyURI->setVisible(false);

#ifndef USE_QRCODE
ui->btnSaveAs->setVisible(false);
ui->lblQRCode->setVisible(false);
Expand Down

0 comments on commit 4c678d1

Please sign in to comment.