1
0

fix kivy not updating units in history

This commit is contained in:
ThomasV
2017-03-09 16:55:32 +01:00
parent 0cf14635e0
commit c3349df724
2 changed files with 2 additions and 3 deletions

View File

@@ -20,8 +20,7 @@
icon: 'atlas://gui/kivy/theming/light/important'
message: ''
value: 0
value_known: True
amount: app.format_amount(self.value, True) if self.value_known else '--'
amount: '--'
amount_color: '#FF6657' if self.value < 0 else '#2EA442'
confirmations: 0
date: ''