为了不再需要控件模块统一添加back按钮文本,返回按钮统一使用图标;含义接近"更多"按钮也改用图标
This commit is contained in:
@@ -29,11 +29,6 @@ function LANG.init(langList,publicText)--Attention, calling this will destory al
|
||||
if type(rawget(L,"getTip"))=='table'then
|
||||
setmetatable(L.getTip,tipMeta)
|
||||
end
|
||||
|
||||
--set global name for all back button
|
||||
for _,v in next,L.WidgetText do
|
||||
v.back=L.back
|
||||
end
|
||||
end
|
||||
|
||||
LANG.init,LANG.setLangList,LANG.setPublicText=nil
|
||||
|
||||
Reference in New Issue
Block a user