feat(flightlab): add seatbelt phases to stepper and escape shortcuts

This commit is contained in:
itsrubberduck
2026-02-18 22:52:23 +01:00
parent 390c38d8bd
commit f384e30b9b
3 changed files with 35 additions and 6 deletions

View File

@@ -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'
},
],