diff --git a/itemcontroller.lua b/itemcontroller.lua index ba4c4f4..4b3cd6e 100644 --- a/itemcontroller.lua +++ b/itemcontroller.lua @@ -148,7 +148,7 @@ local PAGES = { local pageState = state:currentPageState({ sortMode = 1, filter = "", - displayKeyboard = true, + displayKeyboard = false, currentPage = 1 }) @@ -571,7 +571,7 @@ local PAGES = { keyboardButton:setOnClick(function() Logger:debug("Toggling keyboard...") - pageState.showKeyboard = not pageState.showKeyboard + pageState.displayKeyboard = not pageState.displayKeyboard reloadState() return true