mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-30 08:51:32 +00:00
qt new_channel_dialog: trivial fix in on_clear()
This commit is contained in:
parent
afbdacbe16
commit
4216a9164d
1 changed files with 1 additions and 0 deletions
|
@ -341,6 +341,7 @@ class ChannelsList(MyTreeView):
|
|||
clear_button = QPushButton(d, text=_('Clear'))
|
||||
def on_clear():
|
||||
amount_e.setText('')
|
||||
amount_e.setFrozen(False)
|
||||
remote_nodeid.setText('')
|
||||
max_button.setChecked(False)
|
||||
clear_button.clicked.connect(on_clear)
|
||||
|
|
Loading…
Add table
Reference in a new issue