Fix removed function calls

This commit is contained in:
Gabriel Tofvesson 2024-10-11 23:19:23 +02:00
parent 658b69dbf8
commit b9cb08bff5

@ -297,10 +297,8 @@ local PAGES = {
return NOOP return NOOP
end end
local itemData = group:getItemData()
local title = Text:new{ local title = Text:new{
text = itemData:getSimpleName(), text = group:getSimpleName(),
bgColor = colors.gray bgColor = colors.gray
} }