Remved TODO

This commit is contained in:
Tristan B. Kildaire 2020-10-28 08:17:48 +02:00
parent 015521082e
commit 1da36e6936
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ public final class ProfileWindow
Image profileImage = new Image("/home/deavmi/Downloads/5207740.jpg");
//profileWindow.add(profileImage);
/* TODO: Fix server to ACTUALLY take in the username as a parameter */
string[] props = connection.getClient().getProperties(username);
profileBox.add(new Label(to!(string)(props)));