1
0

kivy: fix delete_wallet

This commit is contained in:
ThomasV
2016-06-08 18:32:12 +02:00
parent 8886e5098a
commit ccd0deb600
4 changed files with 33 additions and 37 deletions

View File

@@ -371,7 +371,6 @@ BoxLayout:
text: app.status
font_size: '22dp'
minimum_width: '1dp'
disabled: app.wallet is None
on_release: app.popup_dialog('status')
ActionOverflow: