Remove unless todo
All checks were successful
Rust Checks / checks (push) Successful in 2m55s
Rust Checks / checks (pull_request) Successful in 2m42s

This commit is contained in:
CoCo_Sol 2024-03-25 22:19:08 +01:00
parent 5848272f4a
commit 27dc1baf82

View file

@ -44,7 +44,6 @@ fn lobby_ui(
return;
}
ui.label("Game ID: ");
// TODO : get the game ID and display it.
ui.text_edit_singleline(&mut connection.identifier().unwrap_or_default().to_string());
});