mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 03:24:55 +02:00
new lua function for creating widgets: createWidget
This commit is contained in:
@@ -5,7 +5,7 @@ local aboutWindow
|
||||
|
||||
-- public functions
|
||||
function About.create()
|
||||
aboutWindow = UI.display('about.otui', { locked = true })
|
||||
aboutWindow = displayUI('about.otui', { locked = true })
|
||||
end
|
||||
|
||||
function About.destroy()
|
||||
|
Reference in New Issue
Block a user