kivy: do not show balance in every tab. fixes #3350
This commit is contained in:
@@ -162,13 +162,8 @@ class HistoryScreen(CScreen):
|
||||
count = 0
|
||||
for item in history:
|
||||
ri = self.get_card(*item)
|
||||
count += 1
|
||||
history_card.add_widget(ri)
|
||||
|
||||
if count == 0:
|
||||
msg = _('This screen shows your list of transactions. It is currently empty.')
|
||||
history_card.add_widget(EmptyLabel(text=msg))
|
||||
|
||||
|
||||
class SendScreen(CScreen):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user