Update protocol.rs
This commit is contained in:
parent
d95746b63e
commit
748c13935b
@ -53,7 +53,7 @@ impl NetworkManager {
|
|||||||
} else {
|
} else {
|
||||||
PopupQueue::singleton().bind_mut().queue(Popup {
|
PopupQueue::singleton().bind_mut().queue(Popup {
|
||||||
title: "Disconnected".to_owned(),
|
title: "Disconnected".to_owned(),
|
||||||
message: "disconnected".to_owned(),
|
message: reason.to_string(),
|
||||||
ok: true,
|
ok: true,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user