mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 01:11:35 +00:00
kivy: always show wallet name
This commit is contained in:
parent
a921f5becf
commit
0cf14635e0
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue