mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Make "all" the default flight path display option.
This commit is contained in:
parent
f4b07cb518
commit
b0a176a22c
@ -41,9 +41,9 @@ class DisplayGroup:
|
||||
class FlightPathOptions(DisplayGroup):
|
||||
def __init__(self) -> None:
|
||||
super().__init__("Flight Paths")
|
||||
self.hide = DisplayRule("Hide Flight Paths", True)
|
||||
self.hide = DisplayRule("Hide Flight Paths", False)
|
||||
self.only_selected = DisplayRule("Show Selected Flight Path", False)
|
||||
self.all = DisplayRule("Show All Flight Paths", False)
|
||||
self.all = DisplayRule("Show All Flight Paths", True)
|
||||
|
||||
|
||||
class DisplayOptions:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user