Remove unless todo #85

Merged
raphael merged 1 commit from remove-unless-todo into main 2024-03-26 10:07:15 +00:00

View file

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