mirror of
https://github.com/markqvist/Sideband.git
synced 2025-07-23 06:50:53 -04:00
Fixed invalid config key
This commit is contained in:
parent
4a90c7dcd5
commit
dfa68194f7
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ class SidebandCore():
|
|||
self.config = {}
|
||||
# Settings
|
||||
self.config["display_name"] = "Anonymous Peer"
|
||||
self.config["settings_notifications_on"] = False
|
||||
self.config["notifications_on"] = True
|
||||
self.config["dark_ui"] = False
|
||||
self.config["start_announce"] = False
|
||||
self.config["propagation_by_default"] = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue