mirror of
https://github.com/edubart/otclient.git
synced 2025-12-15 21:29:46 +01:00
make styles closer to CSS syntax
This commit is contained in:
@@ -5,8 +5,7 @@ local about
|
||||
|
||||
-- public functions
|
||||
function About.create()
|
||||
about = UI.display('about.otui')
|
||||
UI.root:lockChild(about)
|
||||
about = UI.display('about.otui', { locked = true })
|
||||
end
|
||||
|
||||
function About.destroy()
|
||||
@@ -16,4 +15,4 @@ end
|
||||
|
||||
function About.openWebpage()
|
||||
displayErrorBox("Error", "Not implemented yet")
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user