Use nextPage instead of currentPage on initial run
This commit is contained in:
parent
ff73d8490b
commit
8496be6832
@ -196,7 +196,7 @@ local CONTROLLER_STATE = {
|
|||||||
width = width,
|
width = width,
|
||||||
height = height,
|
height = height,
|
||||||
monitor = monitor,
|
monitor = monitor,
|
||||||
currentPage = "MAIN",
|
nextPage = "MAIN",
|
||||||
exit = false
|
exit = false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user