Updated default option

This commit is contained in:
Mark Qvist 2022-12-21 00:55:51 +01:00
parent 11a38e20a5
commit c1acf96d11
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ class SidebandCore():
self.config["display_name"] = "Anonymous Peer"
self.config["notifications_on"] = True
self.config["dark_ui"] = False
self.config["start_announce"] = False
self.config["start_announce"] = True
self.config["propagation_by_default"] = False
self.config["home_node_as_broadcast_repeater"] = False
self.config["send_telemetry_to_home_node"] = False