Ealisitische Sequenz im HEader vom call-Bildschirm im MRT
This commit is contained in:
@@ -46,6 +46,8 @@ export type SetPopupParams =
|
||||
interface StringifiedData {
|
||||
sdsText?: string;
|
||||
sentSdsText?: string;
|
||||
|
||||
callTextHeader?: string;
|
||||
}
|
||||
|
||||
interface MrtStore {
|
||||
|
||||
@@ -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();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user