mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +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:
|
||||
super().__init__(f"{coalition_name} Threat Zones")
|
||||
self.none = DisplayRule(
|
||||
f"Hide {coalition_name.lower()} threat zones", False)
|
||||
f"Hide {coalition_name.lower()} threat zones", True)
|
||||
self.all = DisplayRule(
|
||||
f"Show full {coalition_name.lower()} threat zones", True)
|
||||
f"Show full {coalition_name.lower()} threat zones", False)
|
||||
self.aircraft = DisplayRule(
|
||||
f"Show {coalition_name.lower()} aircraft threat tones", False)
|
||||
self.air_defenses = DisplayRule(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user