Ealisitische Sequenz im HEader vom call-Bildschirm im MRT

This commit is contained in:
PxlLoewe
2026-01-15 14:09:47 +01:00
parent 0b30936f73
commit a65af7f011
8 changed files with 113 additions and 17 deletions

View File

@@ -46,6 +46,8 @@ export type SetPopupParams =
interface StringifiedData {
sdsText?: string;
sentSdsText?: string;
callTextHeader?: string;
}
interface MrtStore {

View File

@@ -109,7 +109,7 @@ pilotSocket.on("connect-message", (data) => {
});
pilotSocket.on("disconnect", () => {
usePilotConnectionStore.setState({ status: "disconnected" });
usePilotConnectionStore.setState({ status: "disconnected", connectedAircraft: null });
useAudioStore.getState().disconnect();
});