kivy: define app.wallet_name
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user