mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-02 20:12:07 +08:00
hide camera view when in reverse (#2144)
* partially hide camera view when in reverse * lowest priority * update ref commit * fix type * update refs old-commit-hash: 9cd88526b513250aae592761a4d554a0eae4acc0
This commit is contained in:
@@ -721,6 +721,11 @@ EVENTS = {
|
||||
},
|
||||
|
||||
EventName.reverseGear: {
|
||||
ET.PERMANENT: Alert(
|
||||
"Reverse Gear",
|
||||
"",
|
||||
AlertStatus.normal, AlertSize.full,
|
||||
Priority.LOWEST, VisualAlert.none, AudibleAlert.none, 0., 0., .2),
|
||||
ET.IMMEDIATE_DISABLE: ImmediateDisableAlert("Reverse Gear"),
|
||||
ET.NO_ENTRY: NoEntryAlert("Reverse Gear"),
|
||||
},
|
||||
|
||||
@@ -1 +1 @@
|
||||
86f4d86cd7ae704d97efea1638f1a510d950c9bc
|
||||
b47257005e7408737c66463c45f5db36153a849d
|
||||
Reference in New Issue
Block a user