1
0

kivy: handle wallet opening failures

This commit is contained in:
ThomasV
2016-03-10 10:18:29 +01:00
parent f60c949911
commit 35fe8fc0c1
2 changed files with 13 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ Builder.load_string('''
dirselect: False
filter_dirs: True
filter: '*.*'
path: os.path.dirname(app.wallet.storage.path)
path: os.path.dirname(app.get_wallet_path())
size_hint_y: 0.6
Widget
size_hint_y: 0.1