mirror of
https://github.com/edubart/otclient.git
synced 2025-10-19 14:03:26 +02:00
implement auto login and remember password
This commit is contained in:
@@ -15,7 +15,7 @@ CharacterListLabel < Label
|
||||
MainWindow
|
||||
id: charactersWindow
|
||||
title: Character List
|
||||
size: 250 250
|
||||
size: 250 248
|
||||
onEnter: CharacterList.doLogin()
|
||||
onEscape: CharacterList.destroy()
|
||||
|
||||
@@ -35,11 +35,12 @@ MainWindow
|
||||
Free Account
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
anchors.bottom: next.top
|
||||
anchors.bottom: separator.top
|
||||
margin.left: 16
|
||||
margin.bottom: 5
|
||||
|
||||
HorizontalSeparator
|
||||
id: separator
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
anchors.bottom: next.top
|
||||
@@ -47,6 +48,17 @@ MainWindow
|
||||
margin.right: 16
|
||||
margin.bottom: 10
|
||||
|
||||
CheckBox
|
||||
id: charAutoLoginBox
|
||||
text: Auto login
|
||||
tooltip: Auto login selected character on next charlist load
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
anchors.bottom: next.top
|
||||
margin.bottom: 6
|
||||
margin.left: 18
|
||||
margin.right: 18
|
||||
|
||||
Button
|
||||
id: buttonOk
|
||||
text: Ok
|
||||
|
Reference in New Issue
Block a user