1
0

kivy: define app.wallet_name

This commit is contained in:
ThomasV
2016-06-15 11:54:09 +02:00
parent 0ccc812f86
commit 9cc76bc969
3 changed files with 5 additions and 4 deletions

View File

@@ -1,5 +1,3 @@
#:import os os
Popup:
title: "Electrum"
confirmed: 0
@@ -26,7 +24,7 @@ Popup:
spacing: '10dp'
BoxLabel:
text: _('Wallet Name')
value: os.path.basename(app.wallet.storage.path)
value: app.wallet_name()
BoxLabel:
text: _("Wallet type:")
value: app.wallet.wallet_type