diff --git a/itemcontroller.lua b/itemcontroller.lua index 6e21ebb..1da628b 100644 --- a/itemcontroller.lua +++ b/itemcontroller.lua @@ -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 }