mirror of
https://github.com/OpenSquawk/OpenSquawk
synced 2026-08-09 11:06:02 +08:00
feat(flightlab): add seatbelt phases to stepper and escape shortcuts
This commit is contained in:
@@ -126,9 +126,9 @@ export const takeoffEddf: FlightLabScenario = {
|
||||
buttons: [
|
||||
{
|
||||
id: 'seatbelt_on_done',
|
||||
label: 'Seat Belt Signs sind EIN',
|
||||
label: 'Seat Belt Signs sind EIN (warte auf Bestätigung)',
|
||||
icon: 'mdi-seatbelt',
|
||||
next: 'briefing',
|
||||
next: 'seatbelt_on',
|
||||
type: 'primary'
|
||||
},
|
||||
],
|
||||
@@ -748,9 +748,9 @@ export const takeoffEddf: FlightLabScenario = {
|
||||
buttons: [
|
||||
{
|
||||
id: 'seatbelt_off_done',
|
||||
label: 'Seat Belt Signs sind AUS',
|
||||
label: 'Seat Belt Signs sind AUS (warte auf Bestätigung)',
|
||||
icon: 'mdi-seatbelt',
|
||||
next: 'debrief',
|
||||
next: 'seatbelt_off',
|
||||
type: 'primary'
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user