mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-04 04:45:16 +00:00
kivy: add tooltip to recipient field
This commit is contained in:
parent
12dfccb3ab
commit
d7344edd6b
1 changed files with 1 additions and 1 deletions
|
@ -32,8 +32,8 @@ SendScreen:
|
||||||
BlueButton:
|
BlueButton:
|
||||||
id: payto_e
|
id: payto_e
|
||||||
text: s.address if s.address else _('Recipient')
|
text: s.address if s.address else _('Recipient')
|
||||||
disabled: True
|
|
||||||
shorten: True
|
shorten: True
|
||||||
|
on_release: Clock.schedule_once(lambda dt: app.show_info(_('Copy and paste the recipient address using the Paste button, or use the camera to scan a QR code.')))
|
||||||
CardSeparator:
|
CardSeparator:
|
||||||
opacity: int(not root.is_pr)
|
opacity: int(not root.is_pr)
|
||||||
color: blue_bottom.foreground_color
|
color: blue_bottom.foreground_color
|
||||||
|
|
Loading…
Add table
Reference in a new issue