mirror of
https://github.com/OpenSquawk/OpenSquawk
synced 2026-08-06 17:53:19 +08:00
refactor(flightlab): remove instructor flow and simplify takeoff controls
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user