mirror of
https://github.com/markqvist/Sideband.git
synced 2025-11-13 04:20:48 -05:00
Fixed missing settings field update
This commit is contained in:
parent
7da53ad6a7
commit
7bdafa3797
1 changed files with 1 additions and 0 deletions
|
|
@ -396,6 +396,7 @@ class SidebandCore():
|
|||
self.active_propagation_node = dest
|
||||
self.config["last_lxmf_propagation_node"] = dest
|
||||
self.message_router.set_outbound_propagation_node(dest)
|
||||
self.owner_app.root.ids.settings_propagation_node_address.text = RNS.hexrep(dest, delimit=False)
|
||||
RNS.log("Active propagation node set to: "+RNS.prettyhexrep(dest))
|
||||
self.__save_config()
|
||||
except Exception as e:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue