mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Touchmenu: fix menu refreshing on check (#13996)
This commit is contained in:
@@ -99,6 +99,7 @@ function ReaderBookmark:addToMainMenu(menu_items)
|
||||
checked_func = function()
|
||||
return self.ui.paging.bookmark_flipping_mode
|
||||
end,
|
||||
check_callback_closes_menu = true,
|
||||
callback = function(touchmenu_instance)
|
||||
self.ui.paging:onToggleBookmarkFlipping()
|
||||
touchmenu_instance:closeMenu()
|
||||
|
||||
Reference in New Issue
Block a user