mirror of
https://github.com/edubart/otclient.git
synced 2025-11-30 15:26:49 +01:00
lua hotkeys system
This commit is contained in:
@@ -20,6 +20,8 @@ MainWindow
|
||||
id: optionsWindow
|
||||
title: Options
|
||||
size: 286 140
|
||||
@onEnter: Options.hide()
|
||||
@onEscape: Options.hide()
|
||||
|
||||
OptionCheckBox
|
||||
id: vsync
|
||||
@@ -45,4 +47,4 @@ MainWindow
|
||||
anchors.bottom: parent.bottom
|
||||
margin-right: 10
|
||||
margin-bottom: 10
|
||||
@onClick: self:getParent():destroy()
|
||||
@onClick: Options.hide()
|
||||
Reference in New Issue
Block a user