Add checkbox for shared folders
This commit is contained in:
parent
1ff7802849
commit
1dc93b2a01
1 changed files with 4 additions and 2 deletions
|
@ -71,7 +71,9 @@ class LoginWindow private constructor(parent: TApplication, flags: Int) :
|
|||
)
|
||||
)
|
||||
|
||||
addButton("Login", CENTERED + 9, CENTERED + 6,
|
||||
addCheckBox( CENTERED + 4, CENTERED + 5, "Shared Folder?",false)
|
||||
|
||||
addButton("Login", CENTERED + 9, CENTERED + 8,
|
||||
object : TAction() {
|
||||
override fun DO() {
|
||||
loginActivity()
|
||||
|
@ -79,7 +81,7 @@ class LoginWindow private constructor(parent: TApplication, flags: Int) :
|
|||
}
|
||||
)
|
||||
|
||||
addButton("Back...", CENTERED + 8, CENTERED + 8,
|
||||
addButton("Back...", CENTERED + 8, CENTERED + 10,
|
||||
object : TAction() {
|
||||
override fun DO() {
|
||||
getParent().close()
|
||||
|
|
Loading…
Reference in a new issue