Update protocol.rs

This commit is contained in:
Sofia 2026-08-04 21:00:05 +03:00
parent d95746b63e
commit 748c13935b

View File

@ -53,7 +53,7 @@ impl NetworkManager {
} else {
PopupQueue::singleton().bind_mut().queue(Popup {
title: "Disconnected".to_owned(),
message: "disconnected".to_owned(),
message: reason.to_string(),
ok: true,
});
}