diff --git a/itemcontroller.lua b/itemcontroller.lua index 548ab0e..65c38bb 100644 --- a/itemcontroller.lua +++ b/itemcontroller.lua @@ -894,6 +894,8 @@ local PAGES = { element = List:new{ [Orientation:getId()] = Orientation.HORIZONTAL, [Children:getId()] = { + makeRequestButton(-64), + Element:new{ width = 1 }, makeRequestButton(-16), Element:new{ width = 1 }, makeRequestButton(-8), @@ -905,6 +907,8 @@ local PAGES = { makeRequestButton(8), Element:new{ width = 1 }, makeRequestButton(16), + Element:new{ width = 1 }, + makeRequestButton(64), } } } @@ -1015,12 +1019,14 @@ local PAGES = { end) end + bindRequestButton(-64) bindRequestButton(-16) bindRequestButton(-8) bindRequestButton(-1) bindRequestButton(1) bindRequestButton(8) bindRequestButton(16) + bindRequestButton(64) updateDisplayState()