Browse Source

Hide the donateLayout as it is currently disabled.

master
Wukong 4 years ago
parent
commit
6ff1a65622
  1. 5
      scripts/joinmarket-qt.py

5
scripts/joinmarket-qt.py

@ -536,8 +536,9 @@ class SpendTab(QWidget):
innerTopLayout.setSpacing(4)
self.single_join_tab.setLayout(innerTopLayout)
donateLayout = self.getDonateLayout()
innerTopLayout.addLayout(donateLayout, 0, 0, 1, 2)
#Temporarily disabled
# donateLayout = self.getDonateLayout()
# innerTopLayout.addLayout(donateLayout, 0, 0, 1, 2)
recipientLabel = QLabel('Recipient address / URI')
recipientLabel.setToolTip(

Loading…
Cancel
Save