kivy: always show wallet name

This commit is contained in:
ThomasV 2017-03-09 15:04:14 +01:00
parent a921f5becf
commit 0cf14635e0
1 changed files with 1 additions and 1 deletions

View File

@ -575,7 +575,7 @@ class ElectrumWindow(App):
else:
status = _("Not connected")
n = self.wallet.basename()
self.status = '[size=15dp]%s[/size]\n%s' %(n, status) if n !='default_wallet' else status
self.status = '[size=15dp]%s[/size]\n%s' %(n, status)
def get_max_amount(self):
inputs = self.wallet.get_spendable_coins(None)