From 8496be68329a8d59b7bdd6f0089b45afa696c92e Mon Sep 17 00:00:00 2001 From: Gabriel Tofvesson Date: Fri, 4 Oct 2024 16:07:11 +0200 Subject: [PATCH] Use nextPage instead of currentPage on initial run --- itemcontroller.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itemcontroller.lua b/itemcontroller.lua index 124bcc1..56d49f6 100644 --- a/itemcontroller.lua +++ b/itemcontroller.lua @@ -196,7 +196,7 @@ local CONTROLLER_STATE = { width = width, height = height, monitor = monitor, - currentPage = "MAIN", + nextPage = "MAIN", exit = false }