kivy: gui tweaks
This commit is contained in:
@@ -38,7 +38,7 @@ Popup:
|
||||
TopLabel:
|
||||
text: root.description
|
||||
TopLabel:
|
||||
text: _('Status') if popup.amount or popup.is_invoice else _('Amount received')
|
||||
text: (_('Status') if popup.amount or popup.is_invoice else _('Amount received')) if root.status else ''
|
||||
TopLabel:
|
||||
text: root.status
|
||||
|
||||
|
||||
Reference in New Issue
Block a user