mirror of
https://github.com/OpenSquawk/OpenSquawk
synced 2026-08-06 01:06:28 +08:00
Implement authentication, waitlist, and logging upgrades
This commit is contained in:
@@ -477,7 +477,12 @@ export default function useCommunicationsEngine() {
|
||||
}
|
||||
|
||||
function exposeCtx() {
|
||||
return { variables: variables.value, flags: flags.value }
|
||||
return {
|
||||
...variables.value,
|
||||
...flags.value,
|
||||
variables: variables.value,
|
||||
flags: flags.value,
|
||||
}
|
||||
}
|
||||
|
||||
function exposeCtxFlat() {
|
||||
@@ -559,6 +564,7 @@ export default function useCommunicationsEngine() {
|
||||
nextCandidates,
|
||||
activeFrequency,
|
||||
communicationLog: readonly(communicationLog),
|
||||
clearCommunicationLog: () => { communicationLog.value = [] },
|
||||
|
||||
// pm_alt.vue Integration
|
||||
flightContext: readonly(flightContext),
|
||||
|
||||
Reference in New Issue
Block a user