mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-05 05:15:12 +00:00
put it back to == True (oops :p)
This commit is contained in:
parent
75f8878562
commit
4b1feddcbd
1 changed files with 1 additions and 1 deletions
|
@ -303,7 +303,7 @@ class MiniWindow(QDialog):
|
||||||
self.amount_input.setText("")
|
self.amount_input.setText("")
|
||||||
|
|
||||||
def check_button_status(self):
|
def check_button_status(self):
|
||||||
if (self.address_input.property("isValid") and
|
if (self.address_input.property("isValid") == True and
|
||||||
len(self.amount_input.text()) > 0):
|
len(self.amount_input.text()) > 0):
|
||||||
self.send_button.setDisabled(False)
|
self.send_button.setDisabled(False)
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Reference in a new issue