mirror of
https://github.com/markqvist/Sideband.git
synced 2025-08-15 01:35:45 -04:00
Trusted-only display mode, object view skeleton
This commit is contained in:
parent
77b6509059
commit
1aa2131d17
5 changed files with 128 additions and 9 deletions
|
@ -495,6 +495,8 @@ class SidebandCore():
|
|||
self.config["telemetry_s_acceleration"] = False
|
||||
if not "telemetry_s_proximity" in self.config:
|
||||
self.config["telemetry_s_proximity"] = False
|
||||
if not "telemetry_display_trusted_only" in self.config:
|
||||
self.config["telemetry_display_trusted_only"] = False
|
||||
|
||||
if not "map_history_limit" in self.config:
|
||||
self.config["map_history_limit"] = 7*24*60*60
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue