Clarify todo
This commit is contained in:
parent
228bbd04e2
commit
239f6becf1
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue