mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-28 16:01:30 +00:00
fix: do not change the server if the user cancelled the action
This commit is contained in:
parent
e606ed0aa3
commit
c6c04f80fe
1 changed files with 2 additions and 2 deletions
|
@ -693,8 +693,8 @@ def settings_loop():
|
||||||
host = srv.split(':')[0]
|
host = srv.split(':')[0]
|
||||||
if host in plist:
|
if host in plist:
|
||||||
server = protocol_dialog(host, plist[host])
|
server = protocol_dialog(host, plist[host])
|
||||||
print server
|
if server:
|
||||||
droid.fullSetProperty("server","text",server)
|
droid.fullSetProperty("server","text",server)
|
||||||
|
|
||||||
elif id=="buttonSave":
|
elif id=="buttonSave":
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue