mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 09:45:18 +00:00
follow-up previous commit
This commit is contained in:
parent
1e6d522137
commit
f863e7c7a8
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ Builder.load_string('''
|
||||||
height: '48dp'
|
height: '48dp'
|
||||||
text: _('OK')
|
text: _('OK')
|
||||||
on_release:
|
on_release:
|
||||||
root.callback(btc.text)
|
root.callback(btc.text if kb.amount else '')
|
||||||
popup.dismiss()
|
popup.dismiss()
|
||||||
''')
|
''')
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue