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
 }