mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 01:11:35 +00:00
kivy: minor fix
This commit is contained in:
parent
9edd778204
commit
44037ba381
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ class ElectrumWindow(App):
|
|||
self.base_unit = keys[ (keys.index(self.base_unit) + 1) % len(keys)]
|
||||
|
||||
context = StringProperty('')
|
||||
context_action = lambda: None
|
||||
context_action = lambda x: None
|
||||
status = StringProperty(_('Not Connected'))
|
||||
fiat_unit = StringProperty('')
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue