kivy: receive request: fix RefLabel for "Address" so it can be exported
It is 'data' rather than 'text' that should be set for a RefLabel. fixes #7042
This commit is contained in:
@@ -50,7 +50,8 @@ Builder.load_string('''
|
||||
TopLabel:
|
||||
text: (_('Address') if not root.is_lightning else _('Payment hash')) + ': '
|
||||
RefLabel:
|
||||
text: root.key
|
||||
data: root.key
|
||||
name: (_('Address') if not root.is_lightning else _('Payment hash'))
|
||||
TopLabel:
|
||||
text: _('Status') + ': ' + root.status_str
|
||||
color: root.status_color
|
||||
|
||||
Reference in New Issue
Block a user