Toggle keyboard visibility
This commit is contained in:
parent
4bfe62633d
commit
c4493e349a
@ -148,7 +148,7 @@ local PAGES = {
|
|||||||
local pageState = state:currentPageState({
|
local pageState = state:currentPageState({
|
||||||
sortMode = 1,
|
sortMode = 1,
|
||||||
filter = "",
|
filter = "",
|
||||||
displayKeyboard = true,
|
displayKeyboard = false,
|
||||||
currentPage = 1
|
currentPage = 1
|
||||||
})
|
})
|
||||||
|
|
||||||
@ -571,7 +571,7 @@ local PAGES = {
|
|||||||
|
|
||||||
keyboardButton:setOnClick(function()
|
keyboardButton:setOnClick(function()
|
||||||
Logger:debug("Toggling keyboard...")
|
Logger:debug("Toggling keyboard...")
|
||||||
pageState.showKeyboard = not pageState.showKeyboard
|
pageState.displayKeyboard = not pageState.displayKeyboard
|
||||||
|
|
||||||
reloadState()
|
reloadState()
|
||||||
return true
|
return true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user