mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Revert accidental display options default change.
This commit is contained in:
parent
5da4cace94
commit
b545634d87
@ -53,9 +53,9 @@ class ThreatZoneOptions(DisplayGroup):
|
|||||||
def __init__(self, coalition_name: str) -> None:
|
def __init__(self, coalition_name: str) -> None:
|
||||||
super().__init__(f"{coalition_name} Threat Zones")
|
super().__init__(f"{coalition_name} Threat Zones")
|
||||||
self.none = DisplayRule(
|
self.none = DisplayRule(
|
||||||
f"Hide {coalition_name.lower()} threat zones", False)
|
f"Hide {coalition_name.lower()} threat zones", True)
|
||||||
self.all = DisplayRule(
|
self.all = DisplayRule(
|
||||||
f"Show full {coalition_name.lower()} threat zones", True)
|
f"Show full {coalition_name.lower()} threat zones", False)
|
||||||
self.aircraft = DisplayRule(
|
self.aircraft = DisplayRule(
|
||||||
f"Show {coalition_name.lower()} aircraft threat tones", False)
|
f"Show {coalition_name.lower()} aircraft threat tones", False)
|
||||||
self.air_defenses = DisplayRule(
|
self.air_defenses = DisplayRule(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user