Fix removed function calls
This commit is contained in:
parent
658b69dbf8
commit
b9cb08bff5
@ -297,10 +297,8 @@ local PAGES = {
|
||||
return NOOP
|
||||
end
|
||||
|
||||
local itemData = group:getItemData()
|
||||
|
||||
local title = Text:new{
|
||||
text = itemData:getSimpleName(),
|
||||
text = group:getSimpleName(),
|
||||
bgColor = colors.gray
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user