mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
OPDS catalog, Cloud storage: hold return arrow to go to top (#7845)
This commit is contained in:
@@ -884,6 +884,9 @@ function Menu:init()
|
||||
callback = function()
|
||||
if self.onReturn then self:onReturn() end
|
||||
end,
|
||||
hold_callback = function()
|
||||
if self.onHoldReturn then self:onHoldReturn() end
|
||||
end,
|
||||
bordersize = 0,
|
||||
show_parent = self.show_parent,
|
||||
readonly = self.return_arrow_propagation,
|
||||
|
||||
Reference in New Issue
Block a user