From d623d338d7af7f065e7fa253833ab93402e8b563 Mon Sep 17 00:00:00 2001 From: Gabriel Tofvesson Date: Sat, 12 Oct 2024 05:34:49 +0200 Subject: [PATCH] Move identifier to correct element --- itemcontroller.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itemcontroller.lua b/itemcontroller.lua index 0025419..0333e5b 100644 --- a/itemcontroller.lua +++ b/itemcontroller.lua @@ -482,7 +482,6 @@ local PAGES = { [Orientation:getId()] = Orientation.VERTICAL, [Children:getId()] = { List:new{ - id = "list_request_count", [Orientation:getId()] = Orientation.HORIZONTAL, [Children:getId()] = { Text:new{ text = "Request" }, @@ -497,6 +496,7 @@ local PAGES = { } }, List:new{ + id = "list_request_count", [Orientation:getId()] = Orientation.HORIZONTAL, [Children:getId()] = { Text:new{ id = "data_request", text = tostring(pageState.request) },