Light theme by default

This commit is contained in:
Mark Qvist 2022-10-03 23:09:02 +02:00
parent 1441b8cce2
commit 8fd6ddb55e
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ class SidebandCore():
self.config = {} self.config = {}
# Settings # Settings
self.config["display_name"] = "Anonymous Peer" self.config["display_name"] = "Anonymous Peer"
self.config["dark_ui"] = True self.config["dark_ui"] = False
self.config["start_announce"] = False self.config["start_announce"] = False
self.config["propagation_by_default"] = False self.config["propagation_by_default"] = False
self.config["home_node_as_broadcast_repeater"] = False self.config["home_node_as_broadcast_repeater"] = False