We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 131c33d + 0069da0 commit cb63e5aCopy full SHA for cb63e5a
1 file changed
native-bridge/src/protocol/server.rs
@@ -815,6 +815,7 @@ impl BridgeServer {
815
crate::network::NetworkMode::P2P => crate::tui::NetworkMode::P2P,
816
crate::network::NetworkMode::Relay => crate::tui::NetworkMode::Relay,
817
crate::network::NetworkMode::Hybrid => crate::tui::NetworkMode::Hybrid,
818
+ crate::network::NetworkMode::Disconnected => crate::tui::NetworkMode::Disconnected,
819
};
820
let _ = tx.try_send(AppEvent::ConnectionEvent {
821
event_type: crate::tui::ConnectionEventType::RoomJoined,
0 commit comments