refactor(flightlab): remove instructor flow and simplify takeoff controls

This commit is contained in:
itsrubberduck
2026-02-15 16:32:20 +01:00
parent 08808b73b7
commit 7a1f35bc90
4 changed files with 20 additions and 583 deletions

View File

@@ -9,7 +9,7 @@ export function useFlightLabEngine(scenario: FlightLabScenario) {
const startedAt = ref(Date.now())
// --- Auto-Advance / SimConnect ---
const autoAdvanceEnabled = ref(false)
const autoAdvanceEnabled = ref(true)
const currentTelemetry = ref<FlightLabTelemetryState | null>(null)
const showingHelpMessage = ref(false)
const helpMessageText = ref<string | null>(null)