Update todo's
This commit is contained in:
parent
a1026d1ce4
commit
b1fdf74743
1 changed files with 2 additions and 2 deletions
|
@ -39,12 +39,12 @@ class LoginWindow private constructor(parent: TApplication, flags: Int) :
|
|||
|
||||
//Password
|
||||
addLabel("Password", CENTERED + 9, CENTERED + 1)
|
||||
//TODO: Once enter is pressed, activate login process.
|
||||
//TODO: Once enter is pressed, getText and save as var, then activate login process.
|
||||
addPasswordField(CENTERED + 5, CENTERED + 3, 16, false);
|
||||
|
||||
//Login
|
||||
addLabel("Username", CENTERED + 9, CENTERED - 3)
|
||||
//TODO: Once enter is pressed, switch to password field
|
||||
//TODO: Once enter is pressed, getText and save as var, then switch to password field
|
||||
addPasswordField(CENTERED + 5, CENTERED - 1, 16, false);
|
||||
|
||||
}}
|
||||
|
|
Loading…
Reference in a new issue