Clarify todo

This commit is contained in:
nelle 2024-02-16 04:25:44 -07:00
parent 228bbd04e2
commit 239f6becf1

View file

@ -53,7 +53,7 @@ class LoginWindow private constructor(parent: TApplication, flags: Int) :
//Login
addLabel("Username", CENTERED + 9, CENTERED - 3)
//TODO: Once enter is pressed, getText and save as var, then switch to password field
//TODO: Once enter is pressed, getText and save as var, then activate login process.
addPasswordField(CENTERED + 5, CENTERED - 1, 16, false, "",
// enterAction - function to call when enter key is pressed
object : TAction() {