mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
DisplayOption string change
This commit is contained in:
parent
a9f1de13b1
commit
046c7a662a
@ -58,7 +58,7 @@ class DisplayOptions:
|
|||||||
waypoint_info = DisplayRule("Waypoint Information", True)
|
waypoint_info = DisplayRule("Waypoint Information", True)
|
||||||
culling = DisplayRule("Display Culling Zones", False)
|
culling = DisplayRule("Display Culling Zones", False)
|
||||||
flight_paths = FlightPathOptions()
|
flight_paths = FlightPathOptions()
|
||||||
actual_frontline_pos = DisplayRule("Display actual frontline width and location", False)
|
actual_frontline_pos = DisplayRule("Display Actual Frontline Location", False)
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def menu_items(cls) -> Iterator[Union[DisplayGroup, DisplayRule]]:
|
def menu_items(cls) -> Iterator[Union[DisplayGroup, DisplayRule]]:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user