mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-05 05:15:12 +00:00
capitals
This commit is contained in:
parent
8b59bb85d4
commit
0eccf42bf3
1 changed files with 1 additions and 1 deletions
|
@ -781,7 +781,7 @@ def settings_loop():
|
|||
is_encrypted = 'yes' if wallet.use_encryption else 'no'
|
||||
protocol = protocol_name(p)
|
||||
droid.fullShow(settings_layout)
|
||||
droid.fullSetList("myListView",['server: ' + server, 'protocol: '+ protocol, 'fee: '+fee, 'password: '+is_encrypted, 'seed'])
|
||||
droid.fullSetList("myListView",['Server: ' + server, 'Protocol: '+ protocol, 'Fee: '+fee, 'Password: '+is_encrypted, 'Seed'])
|
||||
|
||||
set_listview()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue