mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
copt deduplicate: line_spacing (#10768)
This commit is contained in:
@@ -325,6 +325,7 @@ function ReaderUI:init()
|
||||
})
|
||||
-- font menu
|
||||
self:registerModule("font", ReaderFont:new{
|
||||
configurable = self.document.configurable,
|
||||
dialog = self.dialog,
|
||||
view = self.view,
|
||||
ui = self
|
||||
@@ -343,6 +344,7 @@ function ReaderUI:init()
|
||||
})
|
||||
-- rolling controller
|
||||
self:registerModule("rolling", ReaderRolling:new{
|
||||
configurable = self.document.configurable,
|
||||
pan_rate = pan_rate,
|
||||
dialog = self.dialog,
|
||||
view = self.view,
|
||||
|
||||
Reference in New Issue
Block a user