From b9cb08bff59371b1b230a6d481a61ef1c980b530 Mon Sep 17 00:00:00 2001 From: Gabriel Tofvesson Date: Fri, 11 Oct 2024 23:19:23 +0200 Subject: [PATCH] Fix removed function calls --- itemcontroller.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 }