mirror of
https://github.com/markqvist/Sideband.git
synced 2025-08-18 19:18:07 -04:00
Added telemetry setting
This commit is contained in:
parent
468d4145b7
commit
0b2a86a394
2 changed files with 23 additions and 1 deletions
|
@ -521,6 +521,8 @@ class SidebandCore():
|
|||
self.config["telemetry_display_trusted_only"] = False
|
||||
if not "telemetry_receive_trusted_only" in self.config:
|
||||
self.config["telemetry_receive_trusted_only"] = False
|
||||
if not "telemetry_send_all_to_collector" in self.config:
|
||||
self.config["telemetry_send_all_to_collector"] = False
|
||||
|
||||
if not "telemetry_s_location" in self.config:
|
||||
self.config["telemetry_s_location"] = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue