Use nextPage instead of currentPage on initial run

This commit is contained in:
Gabriel Tofvesson 2024-10-04 16:07:11 +02:00
parent ff73d8490b
commit 8496be6832

View File

@ -196,7 +196,7 @@ local CONTROLLER_STATE = {
width = width,
height = height,
monitor = monitor,
currentPage = "MAIN",
nextPage = "MAIN",
exit = false
}