mirror of
https://github.com/edubart/otclient.git
synced 2025-11-30 15:26:49 +01:00
Removed tr() from UIHeader
This commit is contained in:
@@ -154,7 +154,7 @@ function UITable:addHeader(data)
|
|||||||
elseif type == 'height' then
|
elseif type == 'height' then
|
||||||
col:setHeight(value)
|
col:setHeight(value)
|
||||||
elseif type == 'text' then
|
elseif type == 'text' then
|
||||||
col:setText(tr(value))
|
col:setText(value)
|
||||||
elseif type == 'onClick' then
|
elseif type == 'onClick' then
|
||||||
col.onClick = value
|
col.onClick = value
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user