mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Reader style tweaks: register in Dispatcher manually (#9816)
Style tweaks can be applied with a gesture or added to a profile.
This commit is contained in:
@@ -681,7 +681,7 @@ function TouchMenu:updateItems()
|
||||
if item_tmp:isEnabled() then
|
||||
table.insert(self.layout, {[self.cur_tab] = item_tmp}) -- for the focusmanager
|
||||
end
|
||||
if item.separator and c ~= self.perpage then
|
||||
if item.separator and c ~= self.perpage and i ~= #self.item_table then
|
||||
-- insert split line
|
||||
table.insert(self.item_group, self.split_line)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user