Toggle keyboard visibility
This commit is contained in:
parent
4bfe62633d
commit
c4493e349a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user