mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 03:24:55 +02:00
save window position and size
This commit is contained in:
@@ -78,10 +78,7 @@ MainWindow
|
||||
margin-top: 10
|
||||
margin-left: 18
|
||||
margin-right: 18
|
||||
@onCheckChange: |
|
||||
function(self, checked)
|
||||
self:getParent():getChildById('autoLoginBox'):setEnabled(checked)
|
||||
end
|
||||
@onCheckChange: self:getParent():getChildById('autoLoginBox'):setEnabled(self:isChecked())
|
||||
|
||||
CheckBox
|
||||
id: autoLoginBox
|
||||
|
Reference in New Issue
Block a user