Filesearcher: add search in book metadata (#10198)

This commit is contained in:
hius07
2023-03-28 16:16:53 +03:00
committed by GitHub
parent df9c2bcb7f
commit 4d26650ad6
8 changed files with 539 additions and 472 deletions

View File

@@ -131,7 +131,7 @@ function MenuItem:init()
},
HoldSelect = {
GestureRange:new{
ges = "hold",
ges = self.handle_hold_on_hold_release and "hold_release" or "hold",
range = self.dimen,
},
},
@@ -1067,6 +1067,7 @@ function Menu:updateItems(select_number)
with_dots = self.with_dots,
line_color = self.line_color,
items_padding = self.items_padding,
handle_hold_on_hold_release = self.handle_hold_on_hold_release,
}
table.insert(self.item_group, item_tmp)
-- this is for focus manager